mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
Mantis: move SYS_DM_BACKEND to board_defaults
Otherwise it is set too late and not used during startup.
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
set MIXER none
|
||||
set MIXER_AUX none
|
||||
|
||||
param set-default SYS_DM_BACKEND 1
|
||||
|
||||
# Battery settings
|
||||
param set-default BAT_CRIT_THR 0.20
|
||||
param set-default BAT_LOW_THR 0.25
|
||||
|
||||
@@ -18,6 +18,8 @@ param set-default SENS_MAG_MODE 0
|
||||
|
||||
param set-default EV_TSK_STAT_DIS 1
|
||||
|
||||
param set-default SYS_DM_BACKEND 1
|
||||
|
||||
# Use MAVLink log streaming
|
||||
set LOGGER_ARGS "-m mavlink -c 0.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user