Fixed naming of the mixer

Added mixer check to set MAV_TYPE correctly
This commit is contained in:
Anton Matosov 2015-01-07 00:42:35 +02:00
parent 2776a705f4
commit 8624e2a775
3 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ then
param set MC_YAWRATE_D 0.0
fi
set MIXER FMU_quad_deadcat
set MIXER sk450_deadcat
set PWM_OUT 1234
set PWM_MIN 1050

View File

@ -522,7 +522,7 @@ then
then
set MAV_TYPE 2
fi
if [ $MIXER == quad_w ]
if [ $MIXER == quad_w -o $MIXER == sk450_deadcat ]
then
set MAV_TYPE 2
fi