Skip to content

Commit

Permalink
Set EFFECT_SET_VERSION to 1 for PLATECOVER
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen authored Oct 31, 2024
1 parent 38345d1 commit aaa7653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit aaa7653

Please sign in to comment.