Speed with CSV

This commit is contained in:
nzkarit
2019-08-25 14:44:28 +12:00
parent 99ffefcf89
commit 7d99294fc3
2 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class ModeS:
#ca = 5
#icao = 0xabcdef#0xa06703 #0x485020 #
dfvel = []
dfvel.append((df << 3) | ca)
dfvel.append((icao >> 16) & 0xff)