mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Add missing filters
This commit is contained in:
parent
d5d0146af7
commit
de2ebda78c
1 changed files with 3 additions and 0 deletions
|
@ -621,6 +621,7 @@ const FC = {
|
|||
gyro_notch2_cutoff: 100,
|
||||
gyro_notch2_hz: 200,
|
||||
gyro_rpm_notch_harmonics: 3,
|
||||
gyro_rpm_notch_min_hz: 100,
|
||||
dterm_lowpass_hz: 100,
|
||||
dterm_lowpass_dyn_min_hz: 150,
|
||||
dterm_lowpass_dyn_max_hz: 250,
|
||||
|
@ -635,6 +636,8 @@ const FC = {
|
|||
dyn_notch_width_percent: 8,
|
||||
dyn_notch_q_rpm: 250, // default with rpm filtering
|
||||
dyn_notch_width_percent_rpm: 0,
|
||||
dyn_notch_min_hz: 150,
|
||||
dyn_notch_max_hz: 600,
|
||||
};
|
||||
|
||||
this.DEFAULT_PIDS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue