1
0
Fork 0
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:
cTn 2014-11-15 13:44:12 +01:00
parent dc633f2421
commit 698aeb1bf9
2 changed files with 8 additions and 12 deletions

View file

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