From ff2d2357a9a2975d55775a57facb59231b34d33d Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Mon, 8 Jul 2019 16:00:22 -0300 Subject: [PATCH] Fix Scheme 4 (#6038) --- sonoff/xdrv_04_light.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/sonoff/xdrv_04_light.ino b/sonoff/xdrv_04_light.ino index 65257f8bb..a4d6a3db0 100644 --- a/sonoff/xdrv_04_light.ino +++ b/sonoff/xdrv_04_light.ino @@ -1688,7 +1688,6 @@ void LightRandomColor(void) light_wheel = random(255); LightWheel(light_wheel); memcpy(light_current_color, light_entry_color, sizeof(light_current_color)); - light_controller.changeChannels(light_current_color); } LightFade(); }