mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Added button to exit DFU.
This commit is contained in:
parent
4475586e59
commit
d293d6b1e7
8 changed files with 261 additions and 191 deletions
|
@ -89,7 +89,7 @@ function read_hex_file(data) {
|
|||
if (result.end_of_file && hexfile_valid) {
|
||||
postMessage(result);
|
||||
} else {
|
||||
postMessage(false);
|
||||
postMessage(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -108,4 +108,4 @@ onmessage = function(event) {
|
|||
|
||||
// terminate worker
|
||||
close();
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue