|
|
|
|
@ -75,7 +75,7 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std:
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if GPSD_API_MAJOR_VERSION == 10
|
|
|
|
|
if(m_gpsdData.fix.status == STATUS_NO_FIX)
|
|
|
|
|
if(m_gpsdData.status == STATUS_NO_FIX)
|
|
|
|
|
return false;
|
|
|
|
|
#else
|
|
|
|
|
if (m_gpsdData.fix.status == STATUS_UNK)
|
|
|
|
|
|