diff --git a/src/effects.cpp b/src/effects.cpp index f1eaf4fb..8c8920f6 100644 --- a/src/effects.cpp +++ b/src/effects.cpp @@ -450,7 +450,7 @@ void LoadEffectFactories() #elif PLATECOVER #ifndef EFFECT_SET_VERSION - #define EFFECT_SET_VERSION 3 + #define EFFECT_SET_VERSION 1 #endif ADD_EFFECT(EFFECT_STRIP_COLOR_FILL, ColorFillEffect, "Solid White", CRGB::White, 1);