Skip to content

Commit

Permalink
before_connect 상태에서 flash 시 firmwarecheck 로직과 충돌 수정[2]
Browse files Browse the repository at this point in the history
  • Loading branch information
extracold1209 committed May 8, 2019
1 parent ccebbf2 commit 9c0dbeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@ class Connector {
this.serialPort.parser.removeAllListeners();
}
}
if (this.flashFirmware) {
clearTimeout(this.flashFirmware);
this.flashFirmware = undefined;
}
};

close() {
Expand Down

0 comments on commit 9c0dbeb

Please sign in to comment.