From 66da90244284d660f986e45e0c4f8fc17e98c81e Mon Sep 17 00:00:00 2001 From: muramura Date: Mon, 13 Jan 2025 17:10:17 +0900 Subject: [PATCH] Plane: fix param increment description --- ArduPlane/quadplane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index 87be3e1160..f0145ada3e 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -350,7 +350,7 @@ const AP_Param::GroupInfo QuadPlane::var_info2[] = { // @DisplayName: Throttle expo strength // @Description: Amount of curvature in throttle curve: 0 is linear, 1 is cubic // @Range: 0 1 - // @Increment: .1 + // @Increment: 0.1 // @User: Advanced AP_GROUPINFO("THROTTLE_EXPO", 10, QuadPlane, throttle_expo, 0.2),