mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
add board architecture specific init defaults
This commit is contained in:
committed by
Lorenz Meier
parent
e53e001de1
commit
4d288512b5
@@ -1,18 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Omnibus F4SD specific board defaults
|
||||
# board specific defaults
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# system_power unavailable
|
||||
param set-default CBRK_SUPPLY_CHK 894281
|
||||
|
||||
# transition from LPE+Q to Q estimator (2019-06-05)
|
||||
if param compare SYS_MC_EST_GROUP 1
|
||||
then
|
||||
param set SYS_MC_EST_GROUP 3
|
||||
fi
|
||||
|
||||
|
||||
# Disable safety switch by default
|
||||
param set-default CBRK_IO_SAFETY 22027
|
||||
|
||||
|
||||
Reference in New Issue
Block a user