Skip to content

Commit 9c0dbeb

Browse files
committed
before_connect 상태에서 flash 시 firmwarecheck 로직과 충돌 수정[2]
1 parent ccebbf2 commit 9c0dbeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/connector.js

+4
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ class Connector {
336336
this.serialPort.parser.removeAllListeners();
337337
}
338338
}
339+
if (this.flashFirmware) {
340+
clearTimeout(this.flashFirmware);
341+
this.flashFirmware = undefined;
342+
}
339343
};
340344

341345
close() {

0 commit comments

Comments
 (0)