diff --git a/build/esp12e/firmware.bin b/build/esp12e/firmware.bin index 23c45c7..7eb588e 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 41d9a3e..53dd27f 100644 --- a/include/version.h +++ b/include/version.h @@ -1,9 +1,9 @@ #ifndef BUILD_NUMBER - #define BUILD_NUMBER 73 + #define BUILD_NUMBER 74 #endif #ifndef VERSION - #define VERSION "v0.1.73 - 2023-12-10 10:48:44.521063" + #define VERSION "v0.1.74 - 2023-12-10 11:50:48.393610" #endif #ifndef VERSION_SHORT - #define VERSION_SHORT "v0.1.73" + #define VERSION_SHORT "v0.1.74" #endif diff --git a/src/myDisplay.cpp b/src/myDisplay.cpp index 2d3ea41..07138cb 100644 --- a/src/myDisplay.cpp +++ b/src/myDisplay.cpp @@ -201,7 +201,7 @@ void setupDisplay() { // LED matrix setup FastLED.addLeds(leds, NUM_LEDS); // GRB ordering is assumed FastLED.setMaxPowerInVoltsAndMilliamps(5, 400); - FastLED.setBrightness(20); + FastLED.setBrightness(255); showOutsideNumberSingle(3, POSITION_RIGHT, true); delay(10); cleanDisplay(); diff --git a/versioning.html b/versioning.html index e77a963..0aeb548 100644 --- a/versioning.html +++ b/versioning.html @@ -1 +1 @@ -73 \ No newline at end of file +74 \ No newline at end of file