From c5746e5434cc1866da8c5459e8f93574d4b6ca5d Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 4 Dec 2013 10:59:15 +0900 Subject: [PATCH] Copter: update THR_MAX @Range and comments --- ArduCopter/Parameters.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index 457fc9df35..d2a89b1d74 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -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),