From f18585c58429efe6b8d5334d8c999864c2f424f7 Mon Sep 17 00:00:00 2001 From: murata Date: Mon, 21 Sep 2020 12:50:24 +0900 Subject: [PATCH] Copter: Matches the minimum value of failsafe_throttle_value to the operation --- ArduCopter/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index bcd97b3333..f2f54de3c5 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -244,7 +244,7 @@ const AP_Param::Info Copter::var_info[] = { // @Param: FS_THR_VALUE // @DisplayName: Throttle Failsafe Value // @Description: The PWM level in microseconds on channel 3 below which throttle failsafe triggers - // @Range: 925 1100 + // @Range: 910 1100 // @Units: PWM // @Increment: 1 // @User: Standard