do not restart effects after LEDs off/on

This commit is contained in:
Frank
2024-10-27 17:26:04 +01:00
parent cff17861a4
commit e652bd7064
4 changed files with 11 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ void toggleOnOff()
if (bri == 0)
{
bri = briLast;
strip.restartRuntime();
strip.restartRuntime(false);
} else
{
briLast = bri;