From ac093621702e0cbb76c463ac0ce7873807382700 Mon Sep 17 00:00:00 2001 From: muramura Date: Mon, 13 Jan 2025 17:09:14 +0900 Subject: [PATCH] Copter: fix param increment description --- ArduCopter/Parameters.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index 24075b2551..e8ec6e0620 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -58,7 +58,7 @@ const AP_Param::Info Copter::var_info[] = { // @User: Advanced // @Units: Hz // @Range: 0 10 - // @Increment: .5 + // @Increment: 0.5 GSCALAR(throttle_filt, "PILOT_THR_FILT", 0), // @Param: PILOT_TKOFF_ALT @@ -109,7 +109,7 @@ const AP_Param::Info Copter::var_info[] = { // @DisplayName: RTL cone slope // @Description: Defines a cone above home which determines maximum climb // @Range: 0.5 10.0 - // @Increment: .1 + // @Increment: 0.1 // @Values: 0:Disabled,1:Shallow,3:Steep // @User: Standard GSCALAR(rtl_cone_slope, "RTL_CONE_SLOPE", RTL_CONE_SLOPE_DEFAULT),