Oops no need to set mode to hold on speed change
This commit is contained in:
parent
a3b950df5c
commit
cb5930d12c
1 changed files with 952 additions and 952 deletions
|
@ -878,7 +878,7 @@ void loop() {
|
||||||
}
|
}
|
||||||
if (mode == SETSPEED) {
|
if (mode == SETSPEED) {
|
||||||
strip.setSpeed(convertSpeed(ws2812fx_speed));
|
strip.setSpeed(convertSpeed(ws2812fx_speed));
|
||||||
mode = HOLD;
|
// mode = HOLD;
|
||||||
}
|
}
|
||||||
if (mode == BRIGHTNESS) {
|
if (mode == BRIGHTNESS) {
|
||||||
strip.setBrightness(brightness);
|
strip.setBrightness(brightness);
|
||||||
|
|
Loading…
Reference in a new issue