Skip to content

Commit

Permalink
Fix virtual disconnect (betaflight#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored and chmelevskij committed Apr 27, 2024
1 parent e945d69 commit c4a4e2d
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 c4a4e2d

Please sign in to comment.