From 458a78c30b4adcb6040e8829fd009e7c82e3fdb2 Mon Sep 17 00:00:00 2001 From: Xavier Olive Date: Tue, 18 Jul 2023 13:42:16 +0000 Subject: [PATCH] add the decoding of the gps status indicator --- pyModeS/decoder/flarm/decode.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/pyModeS/decoder/flarm/decode.pyx b/pyModeS/decoder/flarm/decode.pyx index 791fe46..b3b7784 100644 --- a/pyModeS/decoder/flarm/decode.pyx +++ b/pyModeS/decoder/flarm/decode.pyx @@ -142,5 +142,6 @@ def flarm(long timestamp, str msg, float refLat, float refLon, **kwargs): isIcao24=magic==0x10, noTrack=noTrack, stealth=stealth, + gps=gps, **kwargs ) \ No newline at end of file