- Bounds Check is working on big integers, don't throw away valid coordinates.

- Set ublox chips back to NMEA mode if they have been configured wrongly before.
This commit is contained in:
Thomas Göttgens
2022-04-26 13:00:11 +02:00
parent d640478289
commit 701707a01b
5 changed files with 67 additions and 7 deletions

View File

@@ -224,7 +224,7 @@ int MeshService::onGPSChanged(const meshtastic::GPSStatus *newStatus)
} else {
// The GPS has lost lock, if we are fixed position we should just keep using
// the old position
#if GPS_EXTRAVERBOSE
#ifdef GPS_EXTRAVERBOSE
DEBUG_MSG("onGPSchanged() - lost validLocation\n");
#endif
if (radioConfig.preferences.fixed_position) {