Browse Source

Copter: add NewX @Value for FRAME parameter

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
231e3ccaac
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -397,7 +397,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -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
// @Values: 0:Plus, 1:X, 2:V, 3:H, 10:NewX Y6 only
// @User: Standard
GSCALAR(frame_orientation, "FRAME", AP_MOTORS_X_FRAME),

Loading…
Cancel
Save