mirror of
https://github.com/wled/WLED.git
synced 2025-07-28 05:06:34 +00:00
fix lint issues
This commit is contained in:
parent
c246e5af35
commit
dbef0e6583
@ -5,7 +5,6 @@ I'm using this controller for a festival totem. Runs on 3 18650 Cells, can deliv
|
||||
Via keypad one can select 8 presets, change effect, effect speed, effect intensity and palette. Brightness can be
|
||||
adjusted with a potentiometer.
|
||||
|
||||
|
||||
## Pictures
|
||||
|
||||

|
||||
|
@ -140,7 +140,6 @@ void userLoop()
|
||||
if (effectPalette <= 0) effectPalette = 50;
|
||||
colorUpdated(NOTIFIER_CALL_MODE_FX_CHANGED);
|
||||
break;
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user