mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
Skip leds enable
This commit is contained in:
Binary file not shown.
+3
-3
@@ -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
@@ -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
@@ -1 +1 @@
|
|||||||
86
|
110
|
||||||
Reference in New Issue
Block a user