Browse Source

ArduPlane: Correct description of KFF_THR2PTCH parameter.

zr-v5.1
Samuel Tabor 4 years ago committed by Tom Pittenger
parent
commit
ed48558985
  1. 2
      ArduPlane/Parameters.cpp

2
ArduPlane/Parameters.cpp

@ -70,7 +70,7 @@ const AP_Param::Info Plane::var_info[] = { @@ -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

Loading…
Cancel
Save