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:
commit
2a9a366a34
7 changed files with 384 additions and 20 deletions
11
js/fc.js
11
js/fc.js
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue