Commit Graph
10 Commits
Author SHA1 Message Date
a-f-G-U-C c442fd3886 input sanitization - TinyGPS course()
Reduce the impact of issue #863 (and similar issues in the future) by filtering out obvious bogons
2021-09-10 15:12:12 +00:00
a-f-G-U-C a2f06cb077 Display HAE/MSL mode on startup 2021-09-09 14:12:37 +00:00
a-f-G-U-C de712ce41a disable debug code 2021-09-08 14:26:21 +00:00
a-f-G-U-C f6f9b9cd03 fixes from PR #851, #858 ported to NMEA GPS
apply fixes and upgrades from PR #851, #858 to NMEA GPS code
2021-09-08 14:02:13 +00:00
a-f-G-U-C 1c06c2af9f read lat/lon/alt into temp vars instead of global
Instead of reading the GPS solution directly into global variables and risking a bad-over-good overwrite (issue #857), read it into temporary vars and only update global vars after validation.
Also updates positional timestamp variable and prepares (non-breaking) for HAE altitude support (issue #359)
2021-09-05 17:11:04 +00:00
a-f-G-U-C eb27e744f7 add positional timestamp and geoidal separation
Relevant to issues #842 and #843 (timestamp) and historical issues #392 and #359 (timestamp, geoidal)
2021-09-05 15:10:06 +00:00
a-f-G-U-C 5cf1a87657 redefine hasLock() for UBlox GPS 2021-09-02 13:21:48 +00:00
a-f-G-U-C 25841c072a allow GPS modules to redefine GPS::hasLock() 2021-09-02 13:11:11 +00:00
a-f-G-U-C 71951a4e6a fix a typo 2021-08-30 13:55:50 +00:00
a-f-G-U-C 8dbfd0f19b disable gps powercycle for small gps_update_interval 2021-08-30 13:45:42 +00:00