mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Fix Scheme 4 (#6038)
This commit is contained in:
parent
ecd288f32f
commit
ff2d2357a9
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user