fix rare condition in which flasher could hang and wont let the user leave

pull/3/head
cTn 10 years ago
parent 1e681bbdd2
commit 37746bf3ed

@ -99,6 +99,7 @@ STM32_protocol.prototype.connect = function (port, baud, hex, options) {
if (openInfo) {
self.initialize();
} else {
GUI.connect_lock = false;
GUI.log('<span style="color: red">Failed</span> to open serial port');
}
});

Loading…
Cancel
Save