Fix double full display update

This commit is contained in:
norbert-walter 2022-03-23 13:13:43 +01:00
parent 6652809490
commit c785c169a1
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}