From 2659b1cc4809ca09e8e0e1ee15448b41b3f75b54 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Fri, 23 Aug 2024 15:26:14 +0200 Subject: [PATCH] Go back for old version display refresh --- lib/obp60task/obp60task.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index ca3f7cf..5ea69c4 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -553,7 +553,6 @@ void OBP60Task(GwApi *api){ // This needs for a better display contrast after power on in cold or warm environments if(millis() < firststart + (5 * 60 * 1000) && millis() > starttime1 + (60 * 1000)){ starttime1 = millis(); - starttime2 = millis(); LOG_DEBUG(GwLog::DEBUG,"E-Ink full refresh first 5 min"); getdisplay().setFullWindow(); // Set full update if(FAST_FULL_UPDATE == false){