mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Copter: list BetaflightXReversed frame type
This commit is contained in:
parent
28dcca4e1e
commit
47ea3274bb
@ -339,7 +339,7 @@ const AP_Param::Info Copter::var_info[] = {
|
||||
// @Param: FRAME_TYPE
|
||||
// @DisplayName: Frame Type (+, X, V, etc)
|
||||
// @Description: Controls motor mixing for multicopters. Not used for Tri or Traditional Helicopters.
|
||||
// @Values: 0:Plus, 1:X, 2:V, 3:H, 4:V-Tail, 5:A-Tail, 10:Y6B, 11:Y6F, 12:BetaFlightX, 13:DJIX, 14:ClockwiseX, 15: I
|
||||
// @Values: 0:Plus, 1:X, 2:V, 3:H, 4:V-Tail, 5:A-Tail, 10:Y6B, 11:Y6F, 12:BetaFlightX, 13:DJIX, 14:ClockwiseX, 15: I, 18: BetaFlightXReversed
|
||||
// @User: Standard
|
||||
// @RebootRequired: True
|
||||
GSCALAR(frame_type, "FRAME_TYPE", HAL_FRAME_TYPE_DEFAULT),
|
||||
|
Loading…
Reference in New Issue
Block a user