mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
rcS: do not wipe flight time param on autoconf
This commit is contained in:
parent
06c5cb506a
commit
bac10bcfb8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user