From: Keith Packard Date: Fri, 10 Sep 2010 06:04:59 +0000 (-0700) Subject: altosui: Stop parsing eeprom file after hitting 'landed' state X-Git-Tag: 0.7.1^0 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9d0e89e8ad8926dc8371fa809835a580ae49711d;hp=9d0e89e8ad8926dc8371fa809835a580ae49711d;p=fw%2Faltos altosui: Stop parsing eeprom file after hitting 'landed' state Sometimes there are additional records found in the eeprom file; the reader is mostly worried about not losing anything, so it reads as much as it can. However, the last record written for any flight is the 'landed' record, so we can stop looking at the file after hitting that. Signed-off-by: Keith Packard ---