1
0
Fork 0
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:
IvoFPV 2019-08-10 14:48:30 +02:00
parent 7e371ee49e
commit b39f7df5f7
6 changed files with 153 additions and 0 deletions

View file

@ -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 = {