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

@@ -189,7 +189,7 @@ void handleAnalog(uint8_t b)
briLast = bri;
bri = 0;
} else {
if (bri == 0) strip.restartRuntime();
if (bri == 0) strip.restartRuntime(false);
bri = aRead;
}
} else if (macroDoublePress[b] == 249) {