Skip to content
Snippets Groups Projects
Commit b4b21289 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: update @Range comments for THR_MIN

This should help reduce change of someone setting THR_MIN above 300 (30%
throttle)
parent c5bd1a76
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -276,7 +276,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Minimum Throttle // @DisplayName: Minimum Throttle
// @Description: The minimum throttle that will be sent to the motors to keep them spinning // @Description: The minimum throttle that will be sent to the motors to keep them spinning
// @Units: ms // @Units: ms
// @Range: 0 1000 // @Range: 0 300
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard
GSCALAR(throttle_min, "THR_MIN", MINIMUM_THROTTLE), GSCALAR(throttle_min, "THR_MIN", MINIMUM_THROTTLE),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment