kopia lustrzana https://github.com/Aircoookie/WLED
fix lint issues
rodzic
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
|
Via keypad one can select 8 presets, change effect, effect speed, effect intensity and palette. Brightness can be
|
||||||
adjusted with a potentiometer.
|
adjusted with a potentiometer.
|
||||||
|
|
||||||
|
|
||||||
## Pictures
|
## Pictures
|
||||||
|
|
||||||

|

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