1
0
Fork 0
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:
Ivan Efimov 2024-06-18 17:23:07 -04:00 committed by GitHub
parent 660018b1de
commit 00ca8232d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 72 additions and 8 deletions

View file

@ -119,6 +119,7 @@ typedef enum {
DEBUG_MAG_CALIB,
DEBUG_MAG_TASK_RATE,
DEBUG_EZLANDING,
DEBUG_TPA,
DEBUG_COUNT
} debugType_e;