mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
bugfixes
This commit is contained in:
parent
eb694f866f
commit
bac9677d15
2 changed files with 18 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue