mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 22:47:35 +08:00
0262a699c1
* also includes minor changes to make it easy to keep in sync with px4_fmu-v4
14 lines
231 B
Bash
14 lines
231 B
Bash
#!/bin/sh
|
|
#
|
|
# UVify Core specific board defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
if [ $AUTOCNF = yes ]
|
|
then
|
|
# Disable safety switch by default
|
|
param set CBRK_IO_SAFETY 22027
|
|
|
|
fi
|
|
|