mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +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.OSD = OSD;
|
||||
export {
|
||||
osd,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue