diff --git a/src/effects.cpp b/src/effects.cpp index e2da49e..b245af5 100644 --- a/src/effects.cpp +++ b/src/effects.cpp @@ -102,18 +102,19 @@ bool change_current_effect(String payload) { } const char* cycle_effects[] = { - "sinematrix3", - "multi_dynamic", + "sinematrix3", + "single_dynamic", "multi_dynamic", "big_dynamic", "matrix", "rainbow_matrix", "random_matrix", - "confetti", "random_confetti", - "single_dynamic", - "snake", + "confetti", "random_confetti", + "snake", "gol", "twirl", "sines", "blur2d", - "firework"}; -uint8_t cycle_effects_count = 14; + "firework", + "big_clock", + "dvd"}; +uint8_t cycle_effects_count = 17; void setup_effects() { current_effect = new CycleEffect();