1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00
This commit is contained in:
cTn 2013-12-03 20:55:48 +01:00
parent 04ee01f057
commit bb5bffc555

View file

@ -348,7 +348,7 @@ STM32_protocol.prototype.upload_procedure = function(step) {
STM32.GUI_status('STM32 Communication with bootloader <span style="color: red">failed</span>'); STM32.GUI_status('STM32 Communication with bootloader <span style="color: red">failed</span>');
// disconnect // disconnect
this.upload_procedure(99); self.upload_procedure(99);
} }
}); });
break; break;