mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: added frame type 11 for FlreFlyY6
This commit is contained in:
parent
7e086e8c4d
commit
f5b4d8d99c
@ -220,7 +220,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
|
||||
// @Param: FRAME_TYPE
|
||||
// @DisplayName: Frame Type (+, X or V)
|
||||
// @Description: Controls motor mixing for multicopter component
|
||||
// @Values: 0:Plus, 1:X, 2:V, 3:H, 4:V-Tail, 5:A-Tail, 10:Y6B
|
||||
// @Values: 0:Plus, 1:X, 2:V, 3:H, 4:V-Tail, 5:A-Tail, 10:Y6B, 11:Y6F
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("FRAME_TYPE", 31, QuadPlane, frame_type, 1),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user