airframes: add ThunderFly Auto-G2 autogyro (#14015)

This commit is contained in:
Roman Dvořák
2020-01-27 16:21:52 +01:00
committed by Beat Küng
parent 24f0c2d72a
commit 497ab07daf
5 changed files with 109 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class RCOutput():
"# 12000 .. 12999 Octo Cox\n"
"# 13000 .. 13999 VTOL\n"
"# 14000 .. 14999 Tri Y\n"
"# 17000 .. 17999 Autogyro\n"
"\n")
result += "\n"
result += "set AIRFRAME none\n"

View File

@@ -88,6 +88,8 @@ class ParameterGroup(object):
return "YMinus"
elif (self.name == "Tricopter Y+"):
return "YPlus"
elif (self.name == "Autogyro"):
return "Autogyro"
elif (self.name == "Rover"):
return "Rover"
elif (self.name == "Boat"):