mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
fix: expose OSD for virtual FC to pick up
This commit is contained in:
parent
db99a98807
commit
424efcef28
1 changed files with 1 additions and 0 deletions
|
@ -3325,6 +3325,7 @@ osd.cleanup = function(callback) {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.TABS.osd = osd;
|
window.TABS.osd = osd;
|
||||||
|
window.OSD = OSD;
|
||||||
export {
|
export {
|
||||||
osd,
|
osd,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue