Added a delay at bootup to allow pushing an OTA update in case of broken, looping code.

This commit is contained in:
2021-01-16 18:15:17 +01:00
parent 11dbea0302
commit f4864dec05
5 changed files with 55 additions and 12 deletions

View File

@ -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 "..."