Copter: fix param increment description

This commit is contained in:
muramura 2025-01-13 17:09:14 +09:00 committed by Randy Mackay
parent 61eea7e11c
commit ac09362170

View File

@ -58,7 +58,7 @@ const AP_Param::Info Copter::var_info[] = {
// @User: Advanced // @User: Advanced
// @Units: Hz // @Units: Hz
// @Range: 0 10 // @Range: 0 10
// @Increment: .5 // @Increment: 0.5
GSCALAR(throttle_filt, "PILOT_THR_FILT", 0), GSCALAR(throttle_filt, "PILOT_THR_FILT", 0),
// @Param: PILOT_TKOFF_ALT // @Param: PILOT_TKOFF_ALT
@ -109,7 +109,7 @@ const AP_Param::Info Copter::var_info[] = {
// @DisplayName: RTL cone slope // @DisplayName: RTL cone slope
// @Description: Defines a cone above home which determines maximum climb // @Description: Defines a cone above home which determines maximum climb
// @Range: 0.5 10.0 // @Range: 0.5 10.0
// @Increment: .1 // @Increment: 0.1
// @Values: 0:Disabled,1:Shallow,3:Steep // @Values: 0:Disabled,1:Shallow,3:Steep
// @User: Standard // @User: Standard
GSCALAR(rtl_cone_slope, "RTL_CONE_SLOPE", RTL_CONE_SLOPE_DEFAULT), GSCALAR(rtl_cone_slope, "RTL_CONE_SLOPE", RTL_CONE_SLOPE_DEFAULT),