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:
parent
a81cc99d11
commit
c5556f2f40
2 changed files with 27 additions and 21 deletions
8
js/fc.js
8
js/fc.js
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue