forked from Archive/PX4-Autopilot
get MAV_TYPE by mixer file for FireFly6
This commit is contained in:
parent
f4c294bf5d
commit
ef9b1b134e
|
@ -580,6 +580,10 @@ then
|
|||
then
|
||||
set MAV_TYPE 19
|
||||
fi
|
||||
if [ $MIXER == FMU_firefly6 ]
|
||||
then
|
||||
set MAV_TYPE 21
|
||||
fi
|
||||
fi
|
||||
|
||||
# Still no MAV_TYPE found
|
||||
|
|
Loading…
Reference in New Issue