mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
airframes: add ThunderFly Auto-G2 autogyro (#14015)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user