mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Dynamic notch refactoring
+ added new parameter group for Dyn Notch
This commit is contained in:
parent
4c9eb210a9
commit
8649f1003f
19 changed files with 297 additions and 240 deletions
|
@ -61,8 +61,8 @@
|
|||
#include "flight/failsafe.h"
|
||||
#include "flight/gps_rescue.h"
|
||||
|
||||
#if defined(USE_GYRO_DATA_ANALYSE)
|
||||
#include "flight/gyroanalyse.h"
|
||||
#if defined(USE_DYN_NOTCH_FILTER)
|
||||
#include "flight/dyn_notch_filter.h"
|
||||
#endif
|
||||
|
||||
#include "flight/imu.h"
|
||||
|
@ -550,7 +550,7 @@ void tryArm(void)
|
|||
}
|
||||
imuQuaternionHeadfreeOffsetSet();
|
||||
|
||||
#if defined(USE_GYRO_DATA_ANALYSE)
|
||||
#if defined(USE_DYN_NOTCH_FILTER)
|
||||
resetMaxFFT();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue