do not restart effects after LEDs off/on
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user