mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Copter: reword FRAME parameter's @Value
This commit is contained in:
parent
231e3ccaac
commit
7fcd847f77
@ -397,7 +397,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Param: FRAME
|
||||
// @DisplayName: Frame Orientation (+, X or V)
|
||||
// @Description: Controls motor mixing for multicopters. Not used for Tri or Traditional Helicopters.
|
||||
// @Values: 0:Plus, 1:X, 2:V, 3:H, 10:NewX Y6 only
|
||||
// @Values: 0:Plus, 1:X, 2:V, 3:H, 10:Y6B (New)
|
||||
// @User: Standard
|
||||
GSCALAR(frame_orientation, "FRAME", AP_MOTORS_X_FRAME),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user