1
0
Fork 0
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:
Asizon 2020-02-05 12:11:02 +01:00
parent 2925646d82
commit e3041286a3
5 changed files with 39 additions and 2 deletions

View file

@ -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,
};