diff --git a/wled00/button.cpp b/wled00/button.cpp index 0a016063c..28cecde4c 100644 --- a/wled00/button.cpp +++ b/wled00/button.cpp @@ -148,7 +148,11 @@ void handleButton() static unsigned long lastRead = 0UL; for (uint8_t b=0; b 250) { // button is not a button but a potentiometer if (b+1 == WLED_MAX_BUTTONS) lastRead = millis();