1
0
Fork 0
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:
error414 2024-02-12 18:49:41 +01:00
parent f443051ffa
commit f3f3c4308e
7 changed files with 380 additions and 20 deletions

View file

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