altoslib: Allow flight number to be zero
authorKeith Packard <keithp@keithp.com>
Sun, 18 Nov 2012 18:10:29 +0000 (10:10 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 18 Nov 2012 18:10:29 +0000 (10:10 -0800)
commitfcb801b145e1ae6f1c0b3418a99245d34dbf5aa4
treecd22fde425ba8502127ec3def22d15804cb0a151
parentc494eecc51f7d80e24e5db7af0021c56cb6871d4
altoslib: Allow flight number to be zero

It's zero when there's no storage space on the device. Instead of
waiting for non-zero flight number, wait for the seen_flight bit to be
set in the telem tracking state

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosLog.java