diff --git a/build/esp12e/firmware.bin b/build/esp12e/firmware.bin index d92b472..2ae4694 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 8c7ebb8..c2bfb90 100644 --- a/include/version.h +++ b/include/version.h @@ -1,9 +1,9 @@ #ifndef BUILD_NUMBER - #define BUILD_NUMBER 76 + #define BUILD_NUMBER 84 #endif #ifndef VERSION - #define VERSION "v0.1.76 - 2023-12-10 11:55:31.253066" + #define VERSION "v0.1.84 - 2023-12-21 20:22:00.657608" #endif #ifndef VERSION_SHORT - #define VERSION_SHORT "v0.1.76" + #define VERSION_SHORT "v0.1.84" #endif diff --git a/platformio.ini b/platformio.ini index 77531f3..8fcd934 100644 --- a/platformio.ini +++ b/platformio.ini @@ -20,7 +20,7 @@ lib_deps = crankyoldgit/IRremoteESP8266@^2.8.5 enjoyneering/LiquidCrystal_I2C@^1.4.0 monitor_speed = 115200 -upload_protocol = espota -upload_port = 192.168.29.35 +; upload_protocol = espota +; upload_port = 192.168.29.35 extra_scripts = pre:scripts/buildscript_versioning.py diff --git a/src/myDisplay.cpp b/src/myDisplay.cpp index 07138cb..e2d1722 100644 --- a/src/myDisplay.cpp +++ b/src/myDisplay.cpp @@ -2,11 +2,13 @@ #include #include -// How many leds in your strip? -#define NUM_LEDS 65 - // Skip indicator led -#define SKIP_LEDS 1 +#define SKIP_LEDS 0 + +#define ACTUAL_LEDS 64 + +// 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 diff --git a/versioning.html b/versioning.html index aa92725..3ca9062 100644 --- a/versioning.html +++ b/versioning.html @@ -1 +1 @@ -76 \ No newline at end of file +84 \ No newline at end of file