From c803c3b78ca19bb7c805cad94a8336031d340736 Mon Sep 17 00:00:00 2001 From: George Alexandre Silva Date: Tue, 19 Sep 2023 21:38:11 -0300 Subject: [PATCH] minor adjusts. --- src/drivers/displays/esp23_2432s028r.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {