diff --git a/build/esp12e/firmware.bin b/build/esp12e/firmware.bin index 2ae4694..a40d4a6 100644 Binary files a/build/esp12e/firmware.bin and b/build/esp12e/firmware.bin differ diff --git a/include/version.h b/include/version.h index c2bfb90..737c277 100644 --- a/include/version.h +++ b/include/version.h @@ -1,9 +1,9 @@ #ifndef BUILD_NUMBER - #define BUILD_NUMBER 84 + #define BUILD_NUMBER 86 #endif #ifndef VERSION - #define VERSION "v0.1.84 - 2023-12-21 20:22:00.657608" + #define VERSION "v0.1.86 - 2023-12-21 20:28:09.510150" #endif #ifndef VERSION_SHORT - #define VERSION_SHORT "v0.1.84" + #define VERSION_SHORT "v0.1.86" #endif diff --git a/src/main.cpp b/src/main.cpp index 5c0fda8..504b8a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -217,9 +217,9 @@ void loop() { } if (pressedKey != '\0') { handleKeyPress(pressedKey); + lastPressedKey = pressedKey; + lastMillis = millis(); } - lastPressedKey = pressedKey; - lastMillis = millis(); } yield(); // Feed the WDT (again) } diff --git a/src/myDisplay.cpp b/src/myDisplay.cpp index e2d1722..6c8c925 100644 --- a/src/myDisplay.cpp +++ b/src/myDisplay.cpp @@ -10,7 +10,6 @@ // How many leds in your strip? #define NUM_LEDS ACTUAL_LEDS + SKIP_LEDS - // For led chips like WS2812, which have a data line, ground, and power, you just // need to define DATA_PIN. #define DATA_PIN D8 diff --git a/versioning.html b/versioning.html index 3ca9062..8bfa2f5 100644 --- a/versioning.html +++ b/versioning.html @@ -1 +1 @@ -84 \ No newline at end of file +86 \ No newline at end of file