altoslib/altosui: Carry receiver status around in AltosListenerState
authorKeith Packard <keithp@keithp.com>
Tue, 9 Apr 2013 07:28:05 +0000 (00:28 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Apr 2013 07:30:36 +0000 (00:30 -0700)
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 <keithp@keithp.com>

No differences found