1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

Merge branch 'release_7.1.0' into Autoland-7.0.1

This commit is contained in:
Andi Kanzler 2024-02-14 10:07:11 -03:00 committed by GitHub
commit 2a9a366a34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 384 additions and 20 deletions

View file

@ -66,7 +66,9 @@ var CONFIG,
CURRENT_METER_CONFIG,
FEATURES,
RATE_DYNAMICS,
FW_APPROACH;
FW_APPROACH,
OSD_CUSTOM_ELEMENTS;
var FC = {
restartRequired: false,
@ -566,7 +568,14 @@ var FC = {
expo: null
};
FW_APPROACH = new FwApproachCollection();
OSD_CUSTOM_ELEMENTS = {
settings: {customElementsCount: 0, customElementTextSize: 0},
items: [],
};
},
getOutputUsages: function() {
return {