Fixed typo that caused effect speed setting to be blank
Updated binaries
This commit is contained in:
parent
a4cf0e0e2e
commit
6ed52f3bf4
Binary file not shown.
Binary file not shown.
@ -20,7 +20,7 @@
|
||||
#include "CallbackFunction.h"
|
||||
|
||||
//version in format yymmddb (b = daily build)
|
||||
#define VERSION 1711200
|
||||
#define VERSION 1711201
|
||||
|
||||
//If you have an RGBW strip, uncomment first line in WS2812FX.h!
|
||||
|
||||
|
@ -105,7 +105,7 @@ String getSettings()
|
||||
}
|
||||
resp += ds + "BOOTN" + c + turnOnAtBoot +";";
|
||||
resp += ds + "FXDEF" + v + effectDefault +";";
|
||||
resp += ds + "FXDEF" + v + effectDefault +";";
|
||||
resp += ds + "SXDEF" + v + effectSpeedDefault +";";
|
||||
resp += ds + "GCBRI" + c + useGammaCorrectionBri +";";
|
||||
resp += ds + "GCRGB" + c + useGammaCorrectionRGB +";";
|
||||
resp += ds + "BTNON" + c + buttonEnabled +";";
|
||||
|
Loading…
Reference in New Issue
Block a user