mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
correct callbacks in firmware flasher, optimize speed by updating UI between read/write operations
This commit is contained in:
parent
dc633f2421
commit
698aeb1bf9
2 changed files with 8 additions and 12 deletions
|
@ -474,7 +474,7 @@ STM32DFU_protocol.prototype.upload_procedure = function (step) {
|
|||
|
||||
console.log('Script finished after: ' + (timeSpent / 1000) + ' seconds');
|
||||
|
||||
if (self.callback) callback();
|
||||
if (self.callback) self.callback();
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue