Fixed typo that caused effect speed setting to be blank

Updated binaries
pull/46/head
cschwinne 2017-11-20 21:13:56 +01:00
rodzic a4cf0e0e2e
commit 6ed52f3bf4
4 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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