mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Merge pull request #1955 from fgiudice98/rpm-filters-defaults
This commit is contained in:
commit
05b7e73fa1
7 changed files with 107 additions and 6 deletions
|
@ -581,6 +581,10 @@ var FC = {
|
|||
dterm_notch_cutoff: 160,
|
||||
dterm_notch_hz: 260,
|
||||
yaw_lowpass_hz: 100,
|
||||
dyn_notch_q: 120,
|
||||
dyn_notch_width_percent: 8,
|
||||
dyn_notch_q_rpm: 250, // default with rpm filtering
|
||||
dyn_notch_width_percent_rpm: 0,
|
||||
};
|
||||
|
||||
DEFAULT_PIDS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue