From: Keith Packard Date: Sat, 7 Feb 2015 04:36:44 +0000 (-0800) Subject: altosuilib: EEProm download from TeleGPS doesn't have states X-Git-Tag: 1.6~22 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=35ad1833b10595564de84c88f44a214b1c134ccf;hp=35ad1833b10595564de84c88f44a214b1c134ccf altosuilib: EEProm download from TeleGPS doesn't have states As TeleGPS doesn't have flight states, the EEProm download progress bar shouldn't show 'state invalid', and it should use a different scale for each block. Fix this by having AltosConfigData know which devices have state based on their log format, then mark the progress bar state limits as 'invalid/invalid' instead of 'boost/landed'. Then have the progress bar use that to set a more reasonable scale for each block. Signed-off-by: Keith Packard ---