Copter: update THR_MAX @Range and comments
This commit is contained in:
parent
2ba233942d
commit
c5746e5434
@ -261,9 +261,9 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
|
||||
// @Param: THR_MAX
|
||||
// @DisplayName: Throttle Maximum
|
||||
// @Description: The maximum throttle that will be sent to the motors
|
||||
// @Description: The maximum throttle that will be sent to the motors. This should normally be left as 1000.
|
||||
// @Units: Percent*10
|
||||
// @Range: 0 1000
|
||||
// @Range: 800 1000
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
GSCALAR(throttle_max, "THR_MAX", THR_MAX_DEFAULT),
|
||||
|
Loading…
Reference in New Issue
Block a user