mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Simplified FFT location
This commit is contained in:
parent
1e960c95eb
commit
3f001295f7
5 changed files with 23 additions and 26 deletions
|
@ -210,7 +210,7 @@ PG_RESET_TEMPLATE(gyroConfig_t, gyroConfig,
|
|||
.dyn_filter_type = FILTER_BIQUAD,
|
||||
.dyn_filter_width_percent = 40,
|
||||
.dyn_notch_quality = 20,
|
||||
.dyn_filter_location = DYN_FILTER_BEFORE_STATIC_FILTERS,
|
||||
.dyn_fft_location = DYN_FFT_BEFORE_STATIC_FILTERS,
|
||||
.dyn_filter_threshold = 30,
|
||||
.dyn_filter_ignore = 20,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue