mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
MIssing filter configs in FILTER_CONFIG
This commit is contained in:
parent
e8f37da7c7
commit
f104610f1d
2 changed files with 22 additions and 1 deletions
5
js/fc.js
5
js/fc.js
|
@ -315,7 +315,10 @@ var FC = {
|
|||
dtermNotchHz: null,
|
||||
dtermNotchCutoff: null,
|
||||
gyroNotchHz2: null,
|
||||
gyroNotchCutoff2: null
|
||||
gyroNotchCutoff2: null,
|
||||
accNotchHz: null,
|
||||
accNotchCutoff: null,
|
||||
gyroStage2LowpassHz: null
|
||||
};
|
||||
|
||||
PID_ADVANCED = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue