mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 04:17:34 +08:00
ae70f9c640
Improves tracking in the CI test, and I always disabled it on my vehicles as well.
15 lines
350 B
Bash
15 lines
350 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT1_V_DIV 13.653333333
|
|
param set-default BAT1_A_PER_V 36.367515152
|
|
|
|
# system_power unavailable
|
|
param set-default CBRK_SUPPLY_CHK 894281
|
|
|
|
# Disable safety switch by default
|
|
param set-default CBRK_IO_SAFETY 22027
|
|
|