1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Fix virtual disconnect (#3620)

This commit is contained in:
Mark Haslinghuis 2023-11-01 17:27:37 +01:00 committed by GitHub
parent 823f4d25d1
commit feb5a48783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,6 +409,7 @@ function onOpenVirtual() {
GUI.connecting_to = false;
CONFIGURATOR.connectionValid = true;
isConnected = true;
mspHelper = new MspHelper();