mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-03-06 13:03:56 +01:00
Update to gpsd 3.2.1 API.
This commit is contained in:
parent
380c0941e7
commit
371cc58202
|
|
@ -456,7 +456,7 @@ void CAPRSWriter::sendIdFramesMobile()
|
|||
return;
|
||||
#endif
|
||||
|
||||
if (m_gpsdData.status != STATUS_FIX)
|
||||
if (m_gpsdData.fix.status != STATUS_FIX)
|
||||
return;
|
||||
|
||||
bool latlonSet = (m_gpsdData.set & LATLON_SET) == LATLON_SET;
|
||||
|
|
|
|||
Loading…
Reference in a new issue