From: Keith Packard Date: Sat, 19 Feb 2011 09:04:19 +0000 (-0800) Subject: altosui: Always read whole eeprom block, even at end of flight X-Git-Tag: 0.9.3~158 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=629a7637871b24fe6d1204aaa7185d84933d4639;hp=629a7637871b24fe6d1204aaa7185d84933d4639;p=fw%2Faltos 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 ---