Update ESP32 Code/barn/barn.ino
This commit is contained in:
parent
78541f164f
commit
12ffced950
@ -157,6 +157,12 @@ const char index_html[] PROGMEM = R"rawliteral(
|
|||||||
</html>
|
</html>
|
||||||
)rawliteral";
|
)rawliteral";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Wokwi Animator
|
||||||
|
// https://animator.wokwi.com
|
||||||
|
|
||||||
#define FRAME_COUNT_UPLOAD (sizeof(frames_upload) / sizeof(frames_upload[0]))
|
#define FRAME_COUNT_UPLOAD (sizeof(frames_upload) / sizeof(frames_upload[0]))
|
||||||
const byte PROGMEM frames_upload[][128] = {
|
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 },
|
{ 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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user