1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00
This commit is contained in:
Mark Haslinghuis 2021-01-10 06:05:11 +01:00
parent 0b1c72c108
commit ed75e95ff9

View file

@ -242,8 +242,10 @@ const serial = {
});
} else {
self.connectionId = false;
CONFIGURATOR.virtualMode = false;
self.connectionType = false;
if (callback) {
callback();
callback(true);
}
}
} else {