diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index d2eda8c..3632bd4 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -425,6 +425,7 @@ void OBP60Task(GwApi *api){ // #9 or #10 Refresh display after a new page after 4s waiting time and if refresh is disabled if(refreshmode == true && (keyboardMessage == 9 || keyboardMessage == 10)){ starttime4 = millis(); + starttime2 = millis(); // Reset the timer for full display update delayedDisplayUpdate = true; } }