mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 11:57:35 +08:00
rcS: do not wipe flight time param on autoconf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user