mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Mantis: move MIXER vars to airframe init
The two were actually conflicting and are now consolidated.
This commit is contained in:
parent
14fb019821
commit
38439256e5
@ -16,8 +16,10 @@
|
||||
|
||||
. ${R}etc/init.d/rc.mc_defaults
|
||||
|
||||
set MIXER none
|
||||
set MIXER_AUX none
|
||||
# We set the mixer and ESC manually.
|
||||
set MIXER skip
|
||||
set MIXER_AUX skip
|
||||
set MIXER_FILE ""
|
||||
|
||||
# Battery settings
|
||||
param set-default BAT_CRIT_THR 0.20
|
||||
|
||||
@ -26,8 +26,3 @@ set LOGGER_ARGS "-m mavlink -c 0.5"
|
||||
# Save missions RAM
|
||||
set DATAMAN_ARGS "-r"
|
||||
|
||||
# We set the mixer and ESC manually.
|
||||
set MIXER_FILE ""
|
||||
set MIXER "skip"
|
||||
set OUTPUT_MODE "skip"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user