update BDS 4,4 decoder, default to revised version

This commit is contained in:
junzis
2017-03-17 18:03:54 +01:00
parent 8933afb1c1
commit 128163b41d
2 changed files with 84 additions and 36 deletions

View File

@@ -62,7 +62,8 @@ def ehs_decode_all(n=None):
ehs.alt_fms(m), ehs.pbaro(m))
if vBDS == "BDS44":
print(ts, m, icao, vBDS, ehs.wind(m))
print(ts, m, icao, vBDS, ehs.wind(m),
ehs.temperature(m), ehs.pressure(m))
if vBDS == "BDS50":
print(ts, m, icao, vBDS, ehs.roll(m), ehs.track(m),