mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
TPA delay in ms (for wings) (#13662)
* TPA delay in ms (for wings) * Added comments for time constant * ledvinap's suggestions * tpaFactor local variable (based on ledvinap's suggestions) * pt1FilterGainFromDelay with inlined calculations for cutoff (based on ledvinap's suggestions) * Karatebrot extra review * Pump PG for pidConfig_t * Fixes based on review * Moved tpaLpf to the end of pidRuntime_t
This commit is contained in:
parent
660018b1de
commit
00ca8232d5
10 changed files with 72 additions and 8 deletions
|
@ -119,6 +119,7 @@ typedef enum {
|
|||
DEBUG_MAG_CALIB,
|
||||
DEBUG_MAG_TASK_RATE,
|
||||
DEBUG_EZLANDING,
|
||||
DEBUG_TPA,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue