1
0
Fork 0
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:
mikeller 2020-01-26 19:40:57 +13:00
parent 4475586e59
commit d293d6b1e7
8 changed files with 261 additions and 191 deletions

View file

@ -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();
};
};