mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:27:34 +08:00
19b681ca1f
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>
13 lines
300 B
Bash
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
|