1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Fix HDOP and more delay for page refresh after new page

This commit is contained in:
norbert-walter
2025-09-10 18:48:24 +02:00
parent df1bd498ae
commit 34a289048f
2 changed files with 6 additions and 4 deletions

View File

@@ -710,8 +710,8 @@ void OBP60Task(GwApi *api){
}
}
// Full display update afer a new selected page and 4s wait time
if(millis() > starttime4 + 4000 && delayedDisplayUpdate == true){
// Full display update afer a new selected page and 8s wait time
if(millis() > starttime4 + 8000 && delayedDisplayUpdate == true){
starttime1 = millis();
starttime2 = millis();
getdisplay().setFullWindow(); // Set full update