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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user