update position decoding, handle surface position messages, error fix in vertical rate calculation.

This commit is contained in:
junzis
2016-08-16 14:33:31 +02:00
parent 556e499064
commit 2fccacd724
3 changed files with 119 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ Core functions for ADS-B decoding:
pms.adsb.icao(msg)
pms.adsb.callsign(msg)
pms.adsb.position(msg_odd, msg_even, t_odd, t_even)
pms.adsb.position(msg_even, msg_odd, t_even, t_odd)
pms.adsb.altitude(msg)
pms.adsb.velocity(msg)
pms.adsb.speed_heading(msg)