Added a delay at bootup to allow pushing an OTA update in case of broken, looping code.
This commit is contained in:
@ -24,6 +24,10 @@
|
||||
// Maximum color difference for the random effects.
|
||||
// This changes the hue value +/- this value. Use a maximum value of 127, otherwise strange things might happen.
|
||||
#define COLOR_DIFFERENCE 25
|
||||
// If this is enabled, the node layout will be visualized at startup.
|
||||
#define SHOW_LAYOUT_AT_BOOT
|
||||
// Wait this many seconds for OTA requests during startup.
|
||||
#define WAIT_FOR_OTA 5
|
||||
|
||||
#define WIFI_SSID "..."
|
||||
#define WIFI_PASS "..."
|
||||
|
Reference in New Issue
Block a user