wild geussing gpsd version history

feature/IPV6_#35_Reboot
Geoffrey Merck 2 years ago
parent 0439332629
commit 417d3734a5

@ -74,8 +74,8 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std:
return false;
#endif
#if GPSD_API_MAJOR_VERSION >= 10 && GPSD_API_MAJOR_VERSION < 14
if(m_gpsdData.fix.status == STATUS_NO_FIX)
#if GPSD_API_MAJOR_VERSION >= 10 && GPSD_API_MAJOR_VERSION < 13
if(m_gpsdData.status == STATUS_NO_FIX)
return false;
#else
if (m_gpsdData.fix.status < STATUS_GPS)

Loading…
Cancel
Save

Powered by TurnKey Linux.