mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 05:25:40 +08:00
Update to he lastest gpsd 3.2.1 API.
This commit is contained in:
2
GPSD.cpp
2
GPSD.cpp
@@ -101,7 +101,7 @@ void CGPSD::sendReport()
|
|||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (m_gpsdData.status != STATUS_FIX)
|
if (m_gpsdData.fix.status != STATUS_FIX)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool latlonSet = (m_gpsdData.set & LATLON_SET) == LATLON_SET;
|
bool latlonSet = (m_gpsdData.set & LATLON_SET) == LATLON_SET;
|
||||||
|
|||||||
Reference in New Issue
Block a user