1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00

Updated docs

This commit is contained in:
Darren Lines 2022-05-11 08:35:15 +01:00
parent 58d264880f
commit dcb871d0ce
2 changed files with 2 additions and 2 deletions

View file

@ -1374,7 +1374,7 @@ Reference airspeed. Set this to airspeed at which PIDs were tuned. Usually shoul
### fw_tpa_time_constant
TPA smoothing and delay time constant to reflect non-instant speed/throttle response of the plane. Planes with low thrust/weight ratio generally need higher time constant. Default is zero for compatibility with old setups
TPA smoothing and delay time constant to reflect non-instant speed/throttle response of the plane. Default is zero for compatibility with old setups. See **PID Attenuation and scaling** Wiki for full details.
| Default | Min | Max |
| --- | --- | --- |

View file

@ -1355,7 +1355,7 @@ groups:
min: PWM_RANGE_MIN
max: PWM_RANGE_MAX
- name: fw_tpa_time_constant
description: "TPA smoothing and delay time constant to reflect non-instant speed/throttle response of the plane. Planes with low thrust/weight ratio generally need higher time constant. Default is zero for compatibility with old setups"
description: "TPA smoothing and delay time constant to reflect non-instant speed/throttle response of the plane. Default is zero for compatibility with old setups. See **PID Attenuation and scaling** Wiki for full details."
default_value: 0
field: throttle.fixedWingTauMs
min: 0