kopia lustrzana https://github.com/glidernet/python-ogn-client
Handle dst_calls 'OGFLR6' and 'OGFLR7' (fixes #123)
rodzic
42b425069c
commit
fac52c4bc5
|
@ -153,6 +153,8 @@ def parse_aprs(message, reference_timestamp=None):
|
|||
dstcall_parser_mapping = {'APRS': OgnParser(),
|
||||
'OGNFNT': FanetParser(),
|
||||
'OGFLR': FlarmParser(),
|
||||
'OGFLR6': FlarmParser(),
|
||||
'OGFLR7': FlarmParser(),
|
||||
'OGNTRK': TrackerParser(),
|
||||
'OGNSDR': ReceiverParser(),
|
||||
'OGCAPT': GenericParser(beacon_type='capturs'),
|
||||
|
|
Ładowanie…
Reference in New Issue