mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Fix 2377
This commit is contained in:
parent
0b1c72c108
commit
ed75e95ff9
1 changed files with 3 additions and 1 deletions
|
@ -242,8 +242,10 @@ const serial = {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
self.connectionId = false;
|
self.connectionId = false;
|
||||||
|
CONFIGURATOR.virtualMode = false;
|
||||||
|
self.connectionType = false;
|
||||||
if (callback) {
|
if (callback) {
|
||||||
callback();
|
callback(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue