mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
Updated docs
This commit is contained in:
parent
58d264880f
commit
dcb871d0ce
2 changed files with 2 additions and 2 deletions
|
@ -1374,7 +1374,7 @@ Reference airspeed. Set this to airspeed at which PIDs were tuned. Usually shoul
|
||||||
|
|
||||||
### fw_tpa_time_constant
|
### 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 |
|
| Default | Min | Max |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
|
|
|
@ -1355,7 +1355,7 @@ groups:
|
||||||
min: PWM_RANGE_MIN
|
min: PWM_RANGE_MIN
|
||||||
max: PWM_RANGE_MAX
|
max: PWM_RANGE_MAX
|
||||||
- name: fw_tpa_time_constant
|
- 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
|
default_value: 0
|
||||||
field: throttle.fixedWingTauMs
|
field: throttle.fixedWingTauMs
|
||||||
min: 0
|
min: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue