Plane: update Quadplane FRAME_CLASS description

This commit is contained in:
Iampete1 2021-01-19 17:20:45 +00:00 committed by Randy Mackay
parent 5c397d4674
commit 004f873dc7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
// @Param: FRAME_CLASS
// @DisplayName: Frame Class
// @Description: Controls major frame class for multicopter component
// @Values: 0:Undefined, 1:Quad, 2:Hexa, 3:Octa, 4:OctaQuad, 5:Y6, 7:Tri, 10: TailSitter
// @Values: 0:Undefined, 1:Quad, 2:Hexa, 3:Octa, 4:OctaQuad, 5:Y6, 7:Tri, 10: TailSitter, 12:DodecaHexa, 14:Deca, 15:Scripting Matrix
// @User: Standard
AP_GROUPINFO("FRAME_CLASS", 46, QuadPlane, frame_class, 1),