Commit 07777bbe authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5174 from DonLakeFlyer/RTKGPSReconnect

Allow disconnect/reconnect of RTK GPS
parents 548ec892 f444d922
......@@ -29,7 +29,7 @@ public:
~GPSManager();
void connectGPS(const QString& device);
bool connected(void) const { return _gpsProvider != nullptr; }
bool connected(void) const { return _gpsProvider && _gpsProvider->isRunning(); }
private slots:
void GPSPositionUpdate(GPSPositionMessage msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment