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

Fix GPS problem with defect telegrams

This commit is contained in:
norbert-walter
2024-04-19 13:56:14 +02:00
parent cae53f7dc0
commit 476c097d36
3 changed files with 6 additions and 6 deletions

View File

@@ -497,7 +497,7 @@ void OBP60Task(GwApi *api){
delayedDisplayUpdate = false;
}
// Subtask E-Ink full refresh all 1 min for the first 5min after power on or restart
// Subtask E-Ink full refresh all 1 min for the first 5 min after power on or restart
// 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();