Browse Source

Mantis: move MIXER vars to airframe init

The two were actually conflicting and are now consolidated.
master
Julian Oes 3 years ago committed by Daniel Agar
parent
commit
38439256e5
  1. 6
      ROMFS/px4fmu_common/init.d/airframes/4061_atl_mantis_edu
  2. 5
      boards/atl/mantis-edu/init/rc.board_defaults

6
ROMFS/px4fmu_common/init.d/airframes/4061_atl_mantis_edu

@ -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

5
boards/atl/mantis-edu/init/rc.board_defaults

@ -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"

Loading…
Cancel
Save