fix lint issues

This commit is contained in:
hobbyquaker 2020-03-15 12:43:09 +01:00
parent c246e5af35
commit dbef0e6583
2 changed files with 0 additions and 2 deletions

View File

@ -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
![bat-key-ctrl-1](assets/bat-key-ctrl-1.jpg)

View File

@ -140,7 +140,6 @@ void userLoop()
if (effectPalette <= 0) effectPalette = 50;
colorUpdated(NOTIFIER_CALL_MODE_FX_CHANGED);
break;
break;
}