begin testing native ublox api

This commit is contained in:
geeksville
2020-03-13 20:30:48 -07:00
parent 4999da0824
commit 9bbd658b9d
7 changed files with 39 additions and 229 deletions

View File

@@ -17,6 +17,7 @@ class GPS : public PeriodicTask, public Observable
public:
double latitude, longitude;
uint32_t altitude;
bool isConnected; // Do we have a GPS we are talking to
GPS();
@@ -50,6 +51,3 @@ 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;