add the decoding of the gps status indicator

This commit is contained in:
Xavier Olive 2023-07-18 13:42:16 +00:00
parent 57aa7a7d9c
commit 458a78c30b

View File

@ -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
)