From ed485589859980ec18c2a301ec2567db16bfc74e Mon Sep 17 00:00:00 2001 From: Samuel Tabor Date: Sat, 6 Mar 2021 10:54:51 +0000 Subject: [PATCH] ArduPlane: Correct description of KFF_THR2PTCH parameter. --- ArduPlane/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index 27e96136c9..52f4015be7 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -70,7 +70,7 @@ const AP_Param::Info Plane::var_info[] = { // @Param: KFF_THR2PTCH // @DisplayName: Throttle to Pitch Mix - // @Description: Degrees of elevator added for full throttle application. Increase to compensate for throttle causing down pitch. + // @Description: Pitch up to add in proportion to throttle. 100% throttle will add this number of degrees to the pitch target. // @Range: 0 5 // @Increment: 0.01 // @User: Advanced