mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
Filtering configuration
This commit is contained in:
parent
ea9efd4622
commit
d503cb92c7
6 changed files with 184 additions and 37 deletions
7
js/fc.js
7
js/fc.js
|
@ -40,6 +40,7 @@ var RXFAIL_CONFIG;
|
|||
var ADVANCED_CONFIG;
|
||||
var INAV_PID_CONFIG;
|
||||
var PID_ADVANCED;
|
||||
var FILTER_CONFIG;
|
||||
|
||||
var FC = {
|
||||
isRatesInDps: function () {
|
||||
|
@ -212,6 +213,12 @@ var FC = {
|
|||
gyroSync: null
|
||||
};
|
||||
|
||||
FILTER_CONFIG = {
|
||||
gyroSoftLpfHz: null,
|
||||
dtermLpfHz: null,
|
||||
yawLpfHz: null
|
||||
}
|
||||
|
||||
PID_ADVANCED = {
|
||||
rollPitchItermIgnoreRate: null,
|
||||
yawItermIgnoreRate: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue