mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
FMUv1: Do not load AUX outputs
This commit is contained in:
@@ -97,6 +97,12 @@ then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# This is a FMUv2+ thing
|
||||||
|
if ver hwcmp PX4FMU_V1
|
||||||
|
then
|
||||||
|
set MIXER_AUX none
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $MIXER_AUX != none ]
|
if [ $MIXER_AUX != none ]
|
||||||
then
|
then
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user