From 012045878d68a6e22c3c9b97b5e1dc2ada741926 Mon Sep 17 00:00:00 2001 From: fishbone-git Date: Tue, 24 Dec 2019 21:05:20 +0100 Subject: [PATCH] theatre rainbow too fast with a double-step --- wled00/FX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/wled00/FX.cpp b/wled00/FX.cpp index cfd204ef2..7ea1fe79c 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -414,7 +414,6 @@ uint16_t WS2812FX::mode_theater_chase(void) { * Inspired by the Adafruit examples. */ uint16_t WS2812FX::mode_theater_chase_rainbow(void) { - SEGENV.step = (SEGENV.step + 1) & 0xFF; return theater_chase(color_wheel(SEGENV.step), SEGCOLOR(1), false); }