1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

Backend for Notch filters settings over MSP

This commit is contained in:
U-PAWEL-X220\pawel 2017-01-05 21:54:33 +01:00
parent a81cc99d11
commit c5556f2f40
2 changed files with 27 additions and 21 deletions

View file

@ -237,7 +237,13 @@ var FC = {
FILTER_CONFIG = {
gyroSoftLpfHz: null,
dtermLpfHz: null,
yawLpfHz: null
yawLpfHz: null,
gyroNotchHz1: null,
gyroNotchCutoff1: null,
dtermNotchHz: null,
dtermNotchCutoff: null,
gyroNotchHz2: null,
gyroNotchCutoff2: null
};
PID_ADVANCED = {