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 Mar 2011 23:50:38 +0000 (16:50 -0700)
commit762657983fcf526cdf99b59a541e3f3cbb0701dc
treee15452d50bcbde8deb55a2452dda04f7e02cee23
parent62fc5b2d33d4f64afff1f965ac52598ba9373bc0
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>
(cherry picked from commit 629a7637871b24fe6d1204aaa7185d84933d4639)
altosui/AltosEepromBlock.java