Files
PX4-Autopilot/boards/siyi/n7/init/rc.board_defaults
Julian Oes 19b681ca1f Remove SYS_USE_IO param
The param is not really required anymore with the actuator
configuration. Also, when it is set to 0, RC doesn't work for some
boards which would be nice to avoid.

Signed-off-by: Julian Oes <julian@oes.ch>
2023-11-10 12:17:23 +13:00

13 lines
300 B
Bash

#!/bin/sh
#
# board specific defaults
#------------------------------------------------------------------------------
param set-default MAV_0_RATE 100000
param set-default BAT1_V_DIV 18.1
param set-default BAT1_A_PER_V 36.367515152
# Enable IMU thermal control
param set-default SENS_EN_THERMAL 1