altosui: Stop parsing eeprom file after hitting 'landed' state 0.7.1
authorKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 06:04:59 +0000 (23:04 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 06:07:16 +0000 (23:07 -0700)
commit9d0e89e8ad8926dc8371fa809835a580ae49711d
tree729cb9bfe3ac9b298703cbf08ceb8e03c90eb0d9
parent67b6952f7126704478ede5575e5e938d18fcc329
altosui: Stop parsing eeprom file after hitting 'landed' state

Sometimes there are additional records found in the eeprom file; the
reader is mostly worried about not losing anything, so it reads as
much as it can. However, the last record written for any flight is the
'landed' record, so we can stop looking at the file after hitting that.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosEepromReader.java