Skip to content

Commit

Permalink
Fix virtual disconnect (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Nov 1, 2023
1 parent 823f4d2 commit feb5a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/serial_backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ function onOpenVirtual() {
GUI.connecting_to = false;

CONFIGURATOR.connectionValid = true;
isConnected = true;

mspHelper = new MspHelper();

Expand Down

0 comments on commit feb5a48

Please sign in to comment.