mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
Copter: THR_ACCEL_IMAX param range increased
This commit is contained in:
parent
75a1e46d82
commit
64cc4986bd
@ -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