From: Keith Packard Date: Sat, 25 Apr 2009 02:13:31 +0000 (-0700) Subject: Enabling apogee detect via speed: < 200m/s && < max_speed - 50m/s X-Git-Tag: 0.1~19 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6fb26340b150e831a8a9e25e3b68074c29e48dbe;hp=6fb26340b150e831a8a9e25e3b68074c29e48dbe Enabling apogee detect via speed: < 200m/s && < max_speed - 50m/s This change ensures that we actually got going fairly fast, and then slowed down a bunch before enabling apogee detect. Otherwise, we'll detect apogee right off the pad as we're not going very fast at that point... This also adds the 'f' command to show the current flight status on the USB port. ---