fix for gps time sync
This commit is contained in:
parent
d34b164537
commit
93408a9e81
@ -170,8 +170,10 @@ void gps_loop(void *pvParameters) {
|
|||||||
|
|
||||||
// (only) while device time is not set or unsynched, and we have a valid
|
// (only) while device time is not set or unsynched, and we have a valid
|
||||||
// GPS time, we trigger a device time update to poll time from GPS
|
// GPS time, we trigger a device time update to poll time from GPS
|
||||||
if (timeSource == _unsynced && gpstime.isUpdated())
|
if (timeSource == _unsynced && gpstime.isUpdated()) {
|
||||||
|
now();
|
||||||
calibrateTime();
|
calibrateTime();
|
||||||
|
}
|
||||||
|
|
||||||
} // if
|
} // if
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user