mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
moving workers to js folder
This commit is contained in:
parent
4d13916ece
commit
e2cfa50262
2 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ function tab_initialize_firmware_flasher() {
|
|||
|
||||
function parse_hex(str, callback) {
|
||||
// parsing hex in different thread
|
||||
var worker = new Worker('./workers/hex_parser.js');
|
||||
var worker = new Worker('./js/workers/hex_parser.js');
|
||||
|
||||
// "callback"
|
||||
worker.onmessage = function (event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue