Update to gpsd 3.2.1 API.
This commit is contained in:
parent
20096333dd
commit
9efe097f0b
1 changed files with 1 additions and 2 deletions
|
@ -307,8 +307,7 @@ void CAPRSWriter::sendIdFrameMobile()
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (m_gpsdData.fix.status != STATUS_FIX)
|
||||||
if (m_gpsdData.status != STATUS_FIX)
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool latlonSet = (m_gpsdData.set & LATLON_SET) == LATLON_SET;
|
bool latlonSet = (m_gpsdData.set & LATLON_SET) == LATLON_SET;
|
||||||
|
|
Loading…
Add table
Reference in a new issue