1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
This commit is contained in:
cTn 2013-11-13 11:48:45 +01:00
parent eb694f866f
commit bac9677d15
2 changed files with 18 additions and 20 deletions

View file

@ -113,10 +113,6 @@ STM32_protocol.prototype.initialize = function() {
}
}, 1000);
// there seems to be 2 unwanted bytes in the parsed array, we will drop them now (WHY ???)
this.hex_to_flash.shift();
this.hex_to_flash.shift();
// first step
if ($('input.updating').is(':checked')) {
self.upload_procedure(0);