mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
OSD custom elements
This commit is contained in:
parent
f443051ffa
commit
f3f3c4308e
7 changed files with 380 additions and 20 deletions
9
js/fc.js
9
js/fc.js
|
@ -65,7 +65,9 @@ var CONFIG,
|
|||
BOARD_ALIGNMENT,
|
||||
CURRENT_METER_CONFIG,
|
||||
FEATURES,
|
||||
RATE_DYNAMICS;
|
||||
RATE_DYNAMICS,
|
||||
OSD_CUSTOM_ELEMENTS
|
||||
;
|
||||
|
||||
var FC = {
|
||||
restartRequired: false,
|
||||
|
@ -564,6 +566,11 @@ var FC = {
|
|||
rate: null,
|
||||
expo: null
|
||||
};
|
||||
|
||||
OSD_CUSTOM_ELEMENTS = {
|
||||
settings: {customElementsCount: 0, customElementTextSize: 0},
|
||||
items: [],
|
||||
};
|
||||
},
|
||||
getOutputUsages: function() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue