mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Add Dynamic Notch Max Hz
Remove white spaces Remove white space2 Revert and add suggested changes Some cosmetic changes MinHz Changes Fix MinHz Max
This commit is contained in:
parent
2925646d82
commit
e3041286a3
5 changed files with 39 additions and 2 deletions
|
@ -416,6 +416,7 @@ var FC = {
|
|||
dyn_notch_width_percent: 0,
|
||||
dyn_notch_q: 0,
|
||||
dyn_notch_min_hz: 0,
|
||||
dyn_notch_max_hz: 0,
|
||||
gyro_rpm_notch_harmonics: 0,
|
||||
gyro_rpm_notch_min_hz: 0,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue