altosui: Always read whole eeprom block, even at end of flight
authorKeith Packard <keithp@keithp.com>
Sat, 19 Feb 2011 09:04:19 +0000 (01:04 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 19 Feb 2011 09:11:53 +0000 (01:11 -0800)
commit629a7637871b24fe6d1204aaa7185d84933d4639
tree221ba2809719a0ba8b5e813a40cd6aea93943335
parent7ca2cf1b7e03b8453b45b45e313a33ad65da9ad5
altosui: Always read whole eeprom block, even at end of flight

Instead of stopping early, continue reading the whole eeprom block so
that the extra serial data doesn't end up confusing the next user of
the serial line, which may well be reading the next flight.

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