altosuilib: Get the Eeprom download progress bar working again
authorKeith Packard <keithp@keithp.com>
Sun, 8 Feb 2015 04:22:19 +0000 (20:22 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Feb 2015 04:22:19 +0000 (20:22 -0800)
The eeprom download code wasn't computing the start of each state
transition correctly, so the progress bar was snapping to the end of
the chunk for each state.

Invalid state values would snap the bar to the right side.

Landed state wasn't ever seen, so the bar would not ever fill.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found