mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +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() {
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"jquery-ui-npm": "1.12.0",
|
||||
"marked": "^0.3.17",
|
||||
"minimist": "^1.2.0",
|
||||
"nw": "^0.81.0",
|
||||
"nw": "^0.61.0-sdk",
|
||||
"nw-dialog": "^1.0.7",
|
||||
"openlayers": "^4.6.5",
|
||||
"plotly": "^1.0.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue