diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/header.h b/include/header.h index a45bf5d..f03bdbc 100644 --- a/include/header.h +++ b/include/header.h @@ -4,7 +4,7 @@ #define DIGIT_COUNT 4 // Number of digits 4 for a clock #define START_OFFSET 1 // First segment flickers, voltage level shifter? #define LED_COUNT (DIGIT_COUNT * SEGMENT_COUNT) + START_OFFSET -#define LED_TYPE WS2811 +#define LED_TYPE WS2811 #define COLOR_ORDER GRB #define SATURATION 150 #define WIFI_CONN_ANI_TIMEOUT 1000 * 60 // Stop WiFi connection animation after one minute |
