mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-11 17:39:01 +08:00
16 lines
374 B
Bash
16 lines
374 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT1_V_DIV 18.1
|
|
param set-default BAT2_V_DIV 18.1
|
|
|
|
param set-default BAT1_A_PER_V 36.367515152
|
|
param set-default BAT2_A_PER_V 36.367515152
|
|
|
|
# Enable IMU thermal control
|
|
param set-default SENS_EN_THERMAL 1
|
|
|
|
param set-default SYS_USE_IO 1
|