mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
px4airframes markdown output: merge output columns with maintainer
This commit is contained in:
@@ -67,9 +67,9 @@ class ParameterGroup(object):
|
||||
elif (self.name == "Helicopter"):
|
||||
return "Helicopter"
|
||||
elif (self.name == "Hexarotor Coaxial"):
|
||||
return "Y6A"
|
||||
elif (self.name == "Y6B"):
|
||||
return "Y6B"
|
||||
elif (self.name == "Y6A"):
|
||||
return "Y6A"
|
||||
elif (self.name == "Tricopter Y-"):
|
||||
return "YMinus"
|
||||
elif (self.name == "Tricopter Y+"):
|
||||
|
||||
Reference in New Issue
Block a user