mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Last changes
This commit is contained in:
parent
01e374e8ae
commit
14bf6de655
2 changed files with 22 additions and 1 deletions
21
js/fc.js
21
js/fc.js
|
@ -545,6 +545,27 @@ var FC = {
|
|||
|
||||
SAFEHOMES = new SafehomeCollection();
|
||||
|
||||
RATE_DYNAMICS = {
|
||||
sensitivityCenter: null,
|
||||
sensitivityEnd: null,
|
||||
correctionCenter: null,
|
||||
correctionEnd: null,
|
||||
weightCenter: null,
|
||||
weightEnd: null
|
||||
};
|
||||
|
||||
EZ_TUNE = {
|
||||
enabled: null,
|
||||
filterHz: null,
|
||||
axisRatio: null,
|
||||
response: null,
|
||||
damping: null,
|
||||
stability: null,
|
||||
aggressiveness: null,
|
||||
rate: null,
|
||||
expo: null
|
||||
};
|
||||
|
||||
FW_APPROACH = new FwApproachCollection();
|
||||
},
|
||||
getOutputUsages: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue