mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-09 13:24:25 +08:00
Mantis: prevent output setup from running
This is not required as we start tap_esc directly and load the mixer.
This commit is contained in:
@@ -18,11 +18,17 @@ param set-default SENS_MAG_MODE 0
|
||||
|
||||
param set-default EV_TSK_STAT_DIS 1
|
||||
|
||||
# Use MAVLink log streaming
|
||||
set LOGGER_ARGS "-m mavlink"
|
||||
|
||||
# Save missions RAM
|
||||
set DATAMAN_ARGS "-r"
|
||||
|
||||
# We set the mixer and ESC manually.
|
||||
set MIXER_FILE ""
|
||||
set MIXER "skip"
|
||||
set OUTPUT_MODE "skip"
|
||||
|
||||
# Start ESC already here, so that we have beeps.
|
||||
tap_esc start -d /dev/ttyS4 -n 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user