Browse Source

Copter: add V-Tail to FRAME param's @Value

master
Randy Mackay 11 years ago
parent
commit
cf86e304f0
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

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

Loading…
Cancel
Save