mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Defaults when switching rpm filtering
Added warning popup
This commit is contained in:
parent
4a1b68a64a
commit
69603ee46b
6 changed files with 121 additions and 5 deletions
|
@ -579,6 +579,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