Update ESP32 Code/barn/barn.ino

This commit is contained in:
locker98 2024-07-27 20:12:14 +00:00
parent 78541f164f
commit 12ffced950

View File

@ -157,6 +157,12 @@ const char index_html[] PROGMEM = R"rawliteral(
</html>
)rawliteral";
// Wokwi Animator
// https://animator.wokwi.com
#define FRAME_COUNT_UPLOAD (sizeof(frames_upload) / sizeof(frames_upload[0]))
const byte PROGMEM frames_upload[][128] = {
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 128, 0, 0, 3, 192, 0, 0, 7, 160, 0, 0, 13, 144, 0, 0, 25, 136, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 0, 1, 128, 0, 64, 0, 0, 2, 64, 0, 0, 2, 64, 0, 0, 2, 64, 0, 0, 2, 32, 0, 0, 4, 48, 0, 0, 4, 31, 255, 255, 248, 0, 0, 0, 0, 0, 0, 0, 0 },