mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
rcS: do not reset COM_FLTMODE* on airframe change
An airframe change keeps all RC params except the flight modes. This fixes that.
This commit is contained in:
@@ -150,8 +150,8 @@ then
|
||||
#
|
||||
if param compare SYS_AUTOCONFIG 1
|
||||
then
|
||||
# Wipe out params except RC* and total flight time
|
||||
param reset_nostart RC* LND_FLIGHT_T_*
|
||||
# Wipe out params except RC*, flight modes and total flight time
|
||||
param reset_nostart RC* COM_FLTMODE* LND_FLIGHT_T_*
|
||||
set AUTOCNF yes
|
||||
else
|
||||
set AUTOCNF no
|
||||
|
||||
Reference in New Issue
Block a user