10.8-maintenance
Mark Haslinghuis 2021-01-10 06:05:11 +01:00
parent 0b1c72c108
commit ed75e95ff9
1 changed files with 3 additions and 1 deletions

View File

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