altoslib: Raise ParseException on invalid eeprom format
authorKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 05:03:42 +0000 (14:03 +0900)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 05:03:42 +0000 (14:03 +0900)
commit74d73a2cd0b6a228eb396552e1d16685669349c0
tree20095fb73b9c435a8a7092dd55959996125f2c95
parentbdd6244d8b4a55c9aa4fb79b0cb1a0727afbc2ac
altoslib: Raise ParseException on invalid eeprom format

Make sure the user knows when data are not downloaded successfully
because the UI doesn't understand the eeprom format.

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