Merge branch 'custom-effects' into mdev

This commit is contained in:
Ewowi
2022-10-16 14:43:04 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ class CustomEffectsUserMod : public Usermod {
void setup() {
if (!initDone)
strip.addEffect(255, &mode_customEffect, _data_FX_MODE_CUSTOMEFFECT);
strip.addEffect(FX_MODE_CUSTOMEFFECT, &mode_customEffect, _data_FX_MODE_CUSTOMEFFECT);
initDone = true;
enabled = true;
}