mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: update @Range comments for THR_MIN
This should help reduce change of someone setting THR_MIN above 300 (30% throttle)
This commit is contained in:
parent
c5bd1a76ed
commit
b4b2128977
@ -276,7 +276,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @DisplayName: Minimum Throttle
|
||||
// @Description: The minimum throttle that will be sent to the motors to keep them spinning
|
||||
// @Units: ms
|
||||
// @Range: 0 1000
|
||||
// @Range: 0 300
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
GSCALAR(throttle_min, "THR_MIN", MINIMUM_THROTTLE),
|
||||
|
Loading…
Reference in New Issue
Block a user