1
0
Fork 0
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:
Andi Kanzler 2024-02-10 17:19:26 -03:00
parent 01e374e8ae
commit 14bf6de655
2 changed files with 22 additions and 1 deletions

View file

@ -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() {