mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 20:50:34 +08:00
cac9c51ac8
- SYS_USE_IO is now off by default (enabled by default per board)
22 lines
573 B
Bash
22 lines
573 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT1_V_DIV 10.9
|
|
param set-default BAT1_A_PER_V 17
|
|
|
|
# system_power unavailable
|
|
param set-default CBRK_SUPPLY_CHK 894281
|
|
|
|
# Select the Generic 250 Racer by default
|
|
param set-default SYS_AUTOSTART 4050
|
|
|
|
# use the Q attitude estimator, it works w/o mag or GPS.
|
|
param set-default SYS_MC_EST_GROUP 3
|
|
param set-default ATT_ACC_COMP 0
|
|
param set-default ATT_W_ACC 0.4000
|
|
param set-default ATT_W_GYRO_BIAS 0.0000
|
|
|
|
param set-default SYS_HAS_MAG 0
|