SKIP_LED - color set to red

This commit is contained in:
2023-12-23 09:45:44 +05:30
parent 1f78cf595b
commit 81786a0784
4 changed files with 5 additions and 5 deletions
Binary file not shown.
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER 110
#define BUILD_NUMBER 111
#endif
#ifndef VERSION
#define VERSION "v0.1.110 - 2023-12-23 02:01:26.116790"
#define VERSION "v0.1.111 - 2023-12-23 02:02:33.213261"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.110"
#define VERSION_SHORT "v0.1.111"
#endif
+1 -1
View File
@@ -157,7 +157,7 @@ void showOutsideNumberSingle(uint8_t number, DISPLAY_POSITION pos, bool show = f
void cleanDisplay() {
fill_solid(leds, NUM_LEDS, CRGB::Black);
fill_solid(leds, SKIP_LEDS, CRGB::Blue);
fill_solid(leds, SKIP_LEDS, myRed);
}
void showOutsideNumber(uint8_t number) {
+1 -1
View File
@@ -1 +1 @@
110
111