Browse Source

Copter: THR_ACCEL_IMAX param range increased

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

2
ArduCopter/Parameters.pde

@ -808,7 +808,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -808,7 +808,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: THR_ACCEL_IMAX
// @DisplayName: Throttle acceleration controller I gain maximum
// @Description: Throttle acceleration controller I gain maximum. Constrains the maximum pwm that the I term will generate
// @Range: 0 500
// @Range: 0 1000
// @Units: Percent*10
// @User: Standard

Loading…
Cancel
Save