Merge branch 'cpr'

This commit is contained in:
Nick Foster
2012-10-17 18:29:21 -07:00
2 changed files with 109 additions and 89 deletions

View File

@@ -69,7 +69,9 @@ class output_print(air_modes.parse):
pass
def output(self, msg):
print self.parse(msg)
parsed = self.parse(msg)
if parsed is not None:
print self.parse(msg)
def print0(self, shortdata, ecc):
[vs, cc, sl, ri, altitude] = self.parse0(shortdata)