Merge pull request #45 from hegrin-cz/master
Corrected ADS-B emitter category parsing.
This commit is contained in:
commit
b723374337
@ -37,7 +37,8 @@ def category(msg):
|
||||
raise RuntimeError("%s: Not a identification message" % msg)
|
||||
|
||||
msgbin = common.hex2bin(msg)
|
||||
return common.bin2int(msgbin[5:8])
|
||||
mebin = msgbin[32:87]
|
||||
return common.bin2int(mebin[5:8])
|
||||
|
||||
|
||||
def callsign(msg):
|
||||
|
Loading…
Reference in New Issue
Block a user