mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Add dyn notch to UI try2
This commit is contained in:
parent
7e371ee49e
commit
b39f7df5f7
6 changed files with 153 additions and 0 deletions
|
@ -377,6 +377,10 @@ var FC = {
|
|||
dterm_notch_hz: 0,
|
||||
dterm_notch_cutoff: 0,
|
||||
yaw_lowpass_hz: 0,
|
||||
dyn_notch_range: 0,
|
||||
dyn_notch_width_percent: 0,
|
||||
dyn_notch_q: 0,
|
||||
dyn_notch_min_hz: 0,
|
||||
};
|
||||
|
||||
ADVANCED_TUNING = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue