Fixed typo that caused effect speed setting to be blank

Updated binaries
This commit is contained in:
cschwinne 2017-11-20 21:13:56 +01:00
parent a4cf0e0e2e
commit 6ed52f3bf4
4 changed files with 2 additions and 2 deletions

View File

@ -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!

View File

@ -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 +";";