Skip leds enable

This commit is contained in:
2023-12-23 02:01:35 +05:30
parent 0eef2c24b8
commit 1f78cf595b
4 changed files with 5 additions and 5 deletions
Binary file not shown.
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER #ifndef BUILD_NUMBER
#define BUILD_NUMBER 86 #define BUILD_NUMBER 110
#endif #endif
#ifndef VERSION #ifndef VERSION
#define VERSION "v0.1.86 - 2023-12-21 20:28:09.510150" #define VERSION "v0.1.110 - 2023-12-23 02:01:26.116790"
#endif #endif
#ifndef VERSION_SHORT #ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.86" #define VERSION_SHORT "v0.1.110"
#endif #endif
+1 -1
View File
@@ -3,7 +3,7 @@
#include <LiquidCrystal_I2C.h> #include <LiquidCrystal_I2C.h>
// Skip indicator led // Skip indicator led
#define SKIP_LEDS 0 #define SKIP_LEDS 1
#define ACTUAL_LEDS 64 #define ACTUAL_LEDS 64
+1 -1
View File
@@ -1 +1 @@
86 110