mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Merge pull request #1622 from PX4/rcvariables
rcS: unset MODE and AUTOCNF
This commit is contained in:
@@ -164,6 +164,7 @@ then
|
||||
else
|
||||
sh /etc/init.d/rc.autostart
|
||||
fi
|
||||
unset MODE
|
||||
|
||||
#
|
||||
# Override parameters from user configuration file
|
||||
@@ -185,6 +186,7 @@ then
|
||||
param set SYS_AUTOCONFIG 0
|
||||
param save
|
||||
fi
|
||||
unset AUTOCNF
|
||||
|
||||
set IO_PRESENT no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user