Fixed preset only disabling on second effect/color change (fixes #2038 )

This commit is contained in:
cschwinne
2021-06-25 10:12:21 +02:00
parent 1e5420e6a7
commit 4cd3a614de
4 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2106240
#define VERSION 2106250
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
@@ -562,7 +562,6 @@ WLED_GLOBAL bool doCloseFile _INIT(false);
// presets
WLED_GLOBAL int16_t currentPreset _INIT(-1);
WLED_GLOBAL bool isPreset _INIT(false);
WLED_GLOBAL byte errorFlag _INIT(0);