mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Dynamic filters (#5078)
* Init dynamic notches * use gyro analyse * Fix all compilation errors * Disable dynamic filters on unit tests * hopefully fix unit tests * fix hanging FC when dynamic gyro used * Make dynamic filters configurable as a feature
This commit is contained in:
parent
5158d2adce
commit
06f14325f2
14 changed files with 630 additions and 18 deletions
|
@ -71,5 +71,8 @@ typedef enum {
|
|||
DEBUG_ITERM_RELAX,
|
||||
DEBUG_D_BOOST,
|
||||
DEBUG_ANTIGRAVITY,
|
||||
DEBUG_FFT,
|
||||
DEBUG_FFT_TIME,
|
||||
DEBUG_FFT_FREQ,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue