Browse Source

Set correct MAV type for quad_h mixer

sbg
Lorenz Meier 9 years ago
parent
commit
4207213fc3
  1. 4
      ROMFS/px4fmu_common/init.d/rcS

4
ROMFS/px4fmu_common/init.d/rcS

@ -613,6 +613,10 @@ then @@ -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…
Cancel
Save