rcS: do not wipe flight time param on autoconf

This commit is contained in:
Beat Küng 2017-03-07 14:58:08 +01:00 committed by Lorenz Meier
parent 06c5cb506a
commit bac10bcfb8
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ then
#
if param compare SYS_AUTOCONFIG 1
then
# Wipe out params except RC*
param reset_nostart RC*
# Wipe out params except RC* and total flight time
param reset_nostart RC* LND_FLIGHT_T_*
set AUTOCNF yes
else
set AUTOCNF no