mirror of https://github.com/ArduPilot/ardupilot
AP_TECS: fixed param names in comments
This commit is contained in:
parent
77877584f8
commit
f51fa31aae
|
@ -140,7 +140,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
|
|||
|
||||
// @Param: PITCH_MAX
|
||||
// @DisplayName: Maximum pitch in auto flight
|
||||
// @Description: Overrides LIM_PITCH_MAX in automatic throttle modes to reduce climb rates. Uses LIM_PITCH_MAX if set to 0. For proper TECS tuning, set to the angle that the aircraft can climb at AIRSPEED_CRUISE and THR_MAX.
|
||||
// @Description: Overrides PTCH_LIM_MAX_DEG in automatic throttle modes to reduce climb rates. Uses PTCH_LIM_MAX_DEG if set to 0. For proper TECS tuning, set to the angle that the aircraft can climb at AIRSPEED_CRUISE and THR_MAX.
|
||||
// @Range: 0 45
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
|
@ -148,7 +148,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
|
|||
|
||||
// @Param: PITCH_MIN
|
||||
// @DisplayName: Minimum pitch in auto flight
|
||||
// @Description: Overrides LIM_PITCH_MIN in automatic throttle modes to reduce descent rates. Uses LIM_PITCH_MIN if set to 0. For proper TECS tuning, set to the angle that the aircraft can descend at without overspeeding.
|
||||
// @Description: Overrides PTCH_LIM_MIN_DEG in automatic throttle modes to reduce descent rates. Uses PTCH_LIM_MIN_DEG if set to 0. For proper TECS tuning, set to the angle that the aircraft can descend at without overspeeding.
|
||||
// @Range: -45 0
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
|
|
Loading…
Reference in New Issue