Files
PX4-Autopilot/boards/atl/mantis-edu/init/rc.board_defaults
T
Matthias Grob a061b8665b fix(commander): Remove COM_ARM_SDCARD (#27259)
hardcoding the default warning and respecting boards without SD card with a define.
2026-04-30 23:49:47 +02:00

18 lines
366 B
Bash

#!/bin/sh
#
# board specific defaults
#------------------------------------------------------------------------------
param set-default SYS_AUTOSTART 4061
param set-default BAT1_V_DIV 9.0
param set-default SENS_EXT_I2C_PRB 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"