mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Copter: THR_ACCEL_IMAX param range increased
This commit is contained in:
parent
e555b9a855
commit
eac26cdd0f
@ -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…
Reference in New Issue
Block a user