Skip to content
Snippets Groups Projects
Commit ce106a83 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Disable the safety switch by default on Pixracer

This disables the safety switch when Pixracer is configured. It does not change existing setups and it can be re-enabled after. This might be the more sensible default for a racing board.
parent 8defe7e7
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,11 @@ then
#
if [ $AUTOCNF == yes ]
then
# Disable safety switch by default on Pixracer
if ver hwcmp PX4FMU_V4
then
param set CBRK_IO_SAFETY 22027
fi
param set SYS_AUTOCONFIG 0
fi
unset AUTOCNF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment