diff --git a/bin/wled04p_wemosd1mini_1710284_RGB.bin b/bin/wled04p_1711201_RGB.bin similarity index 58% rename from bin/wled04p_wemosd1mini_1710284_RGB.bin rename to bin/wled04p_1711201_RGB.bin index f88e6a74f..c2c68836f 100644 Binary files a/bin/wled04p_wemosd1mini_1710284_RGB.bin and b/bin/wled04p_1711201_RGB.bin differ diff --git a/bin/wled04p_wemosd1mini_1710284_RGBW.bin b/bin/wled04p_1711201_RGBW.bin similarity index 58% rename from bin/wled04p_wemosd1mini_1710284_RGBW.bin rename to bin/wled04p_1711201_RGBW.bin index 412f65944..de849908b 100644 Binary files a/bin/wled04p_wemosd1mini_1710284_RGBW.bin and b/bin/wled04p_1711201_RGBW.bin differ diff --git a/wled00/wled00.ino b/wled00/wled00.ino index db5b3d58f..fd364147f 100644 --- a/wled00/wled00.ino +++ b/wled00/wled00.ino @@ -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! diff --git a/wled00/wled02_xml.ino b/wled00/wled02_xml.ino index ef7132c0b..5840858fe 100644 --- a/wled00/wled02_xml.ino +++ b/wled00/wled02_xml.ino @@ -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 +";";