forked from Archive/PX4-Autopilot
Set correct MAV type for quad_h mixer
This commit is contained in:
parent
8dbbe1b1f3
commit
4207213fc3
|
@ -613,6 +613,10 @@ then
|
|||
then
|
||||
set MAV_TYPE 2
|
||||
fi
|
||||
if [ $MIXER == quad_h ]
|
||||
then
|
||||
set MAV_TYPE 2
|
||||
fi
|
||||
if [ $MIXER == tri_y_yaw- -o $MIXER == tri_y_yaw+ ]
|
||||
then
|
||||
set MAV_TYPE 15
|
||||
|
|
Loading…
Reference in New Issue