diff --git a/src/drivers/displays/esp23_2432s028r.cpp b/src/drivers/displays/esp23_2432s028r.cpp index e87a279..7788014 100644 --- a/src/drivers/displays/esp23_2432s028r.cpp +++ b/src/drivers/displays/esp23_2432s028r.cpp @@ -377,8 +377,7 @@ char currentScreen = 0; void esp32_2432S028R_DoLedStuff(unsigned long frame) { - unsigned long currentMillis = millis(); - + unsigned long currentMillis = millis(); // / Check the touch coordinates 110x185 210x240 if (currentMillis - previousTouchMillis >= 500) {