From 58c671de0d1aadd47c84527a6463173a0ef0f5e7 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 16 Feb 2026 16:56:33 +0100 Subject: [PATCH] bump GPSD version --- Common/APRSGPSDIdFrameProvider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/APRSGPSDIdFrameProvider.cpp b/Common/APRSGPSDIdFrameProvider.cpp index 4891a78..b64b770 100644 --- a/Common/APRSGPSDIdFrameProvider.cpp +++ b/Common/APRSGPSDIdFrameProvider.cpp @@ -80,7 +80,7 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std: #elif GPSD_API_MAJOR_VERSION == 11 if(m_gpsdData.fix.status == STATUS_NO_FIX) return false; -#elif GPSD_API_MAJOR_VERSION <= 14 +#elif GPSD_API_MAJOR_VERSION <= 16 if(m_gpsdData.fix.status == STATUS_UNK) return false; #elif