Plane: fix param increment description

This commit is contained in:
muramura 2025-01-13 17:10:17 +09:00 committed by Randy Mackay
parent c8d21083ad
commit 66da902442

View File

@ -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),