mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
feat: move logging to esm modules
This commit is contained in:
parent
ef68bb170f
commit
4d2c89990b
4 changed files with 12 additions and 7 deletions
|
@ -79,8 +79,8 @@ export function generateVirtualApiVersions() {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: these are temp binding while transition to module happens
|
||||
window.microtime = microtime;
|
||||
window.millitime = millitime;
|
||||
window.degToRad = degToRad;
|
||||
window.bytesToSize = bytesToSize;
|
||||
window.checkChromeRuntimeError = checkChromeRuntimeError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue