mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
Plane: fix param increment description
This commit is contained in:
parent
c8d21083ad
commit
66da902442
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user