mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
autotest: allow for multiple heli frame types
This commit is contained in:
parent
6fbe88ba3a
commit
9346596949
@ -248,9 +248,9 @@ case $FRAME in
|
||||
BUILD_TARGET="sitl-octa"
|
||||
MODEL="$FRAME"
|
||||
;;
|
||||
heli)
|
||||
heli*)
|
||||
BUILD_TARGET="sitl-heli"
|
||||
MODEL="heli"
|
||||
MODEL="$FRAME"
|
||||
;;
|
||||
heli-dual)
|
||||
BUILD_TARGET="sitl-heli-dual"
|
||||
|
Loading…
Reference in New Issue
Block a user