From: Keith Packard Date: Tue, 9 Apr 2013 07:28:05 +0000 (-0700) Subject: altoslib/altosui: Carry receiver status around in AltosListenerState X-Git-Tag: altosdroid_v1.2-1~26 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=398c02b945a58634c8932f07df2c2be8438da7d1;hp=398c02b945a58634c8932f07df2c2be8438da7d1;p=fw%2Faltos altoslib/altosui: Carry receiver status around in AltosListenerState This moves the crc_errors into the new structure and adds a receiver battery voltage value there as well. Now the receiver status can be monitored separately from the flight status. That also means that code receiving state updates should be prepared to accept missing listener or flight state values. Signed-off-by: Keith Packard ---