Browse Source

Copter: update @Range comments for THR_MIN

This should help reduce change of someone setting THR_MIN above 300 (30%
throttle)
master
Randy Mackay 12 years ago
parent
commit
b4b2128977
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -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
// @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…
Cancel
Save