Bugfix issue: Just a flicker on WS set single pixel command #31

See: https://github.com/toblum/McLighting/issues/31
This commit is contained in:
Tobias Blum
2017-08-19 23:36:23 +02:00
parent 32bb5ed7ac
commit ae371e0844
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const char HOSTNAME[] = "ESP8266_01"; // Friedly hostname
#define DBG_OUTPUT_PORT Serial // Set debug output port
// List of all color modes
enum MODE { SET_MODE, HOLD, OFF, ALL, WIPE, RAINBOW, RAINBOWCYCLE, THEATERCHASE, THEATERCHASERAINBOW, TV };
enum MODE { SET_MODE, HOLD, OFF, ALL, WIPE, RAINBOW, RAINBOWCYCLE, THEATERCHASE, THEATERCHASERAINBOW, TV, CUSTOM };
MODE mode = RAINBOW; // Standard mode that is active when software starts