mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
fix channel prefs saving
This commit is contained in:
@@ -45,7 +45,7 @@ void GPS::loop()
|
||||
}
|
||||
|
||||
uint64_t GPS::getTime() {
|
||||
return (millis() - timeStartMsec) * 1000LL + zeroOffset;
|
||||
return ((uint64_t) millis() - timeStartMsec) + zeroOffset;
|
||||
}
|
||||
|
||||
void GPS::doTask()
|
||||
|
||||
Reference in New Issue
Block a user