firmware/src/gps
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
..
Air530GPS.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
Air530GPS.h add air530 gps sleep support 2020-09-28 17:04:19 -07:00
GPS.cpp allow GPS modules to redefine GPS::hasLock() 2021-09-02 13:11:11 +00:00
GPS.h add positional timestamp and geoidal separation 2021-09-05 15:10:06 +00:00
NMEAGPS.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
NMEAGPS.h coroutines: wip compiles but does not link 2020-10-09 14:16:51 +08:00
RTC.cpp fix portduino rtc 2021-05-03 09:30:03 +08:00
RTC.h only show time on OLED if we have a valid UTC clock 2021-03-20 10:22:06 +08:00
UBloxGPS.cpp read lat/lon/alt into temp vars instead of global 2021-09-05 17:11:04 +00:00
UBloxGPS.h redefine hasLock() for UBlox GPS 2021-09-02 13:21:48 +00:00