mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 05:45:25 +03:00
feat: use modules for common utils
This commit is contained in:
parent
d5d0146af7
commit
ef68bb170f
5 changed files with 33 additions and 27 deletions
|
@ -93,10 +93,6 @@ function read_hex_file(data) {
|
|||
}
|
||||
}
|
||||
|
||||
function microtime() {
|
||||
return new Date().getTime() / 1000;
|
||||
}
|
||||
|
||||
onmessage = function(event) {
|
||||
const timeParsingStart = microtime(); // track time
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue