begin adding temporary support for both NEMA and UBLOX gpses

This commit is contained in:
geeksville
2020-03-13 18:44:14 -07:00
parent 635e189007
commit a783341df1
4 changed files with 216 additions and 5 deletions

View File

@@ -49,3 +49,7 @@ private:
};
extern GPS gps;
// Temporary support for the one TTGO in the world with a busted serial rx line (my old devboard)
extern HardwareSerial _serial_gps;
extern RTC_DATA_ATTR bool timeSetFromGPS;