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