You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.continueWithTask(task -> task.isFaulted() ? Task.forError(newRuntimeException("Firmware version \'" + version + "\' not available for this board", task.getError())) : task);
.continueWithTask(task -> task.isFaulted() ? Task.forError(newRuntimeException("Firmware version \'" + version + "\' not available for this board", task.getError())) : task);
547
551
}
548
-
returnTask.forError(newIllegalStateException("No active BLE connection"));
549
552
}
550
553
@Override
551
554
publicTask<File> downloadLatestFirmwareAsync() {
@@ -752,6 +755,7 @@ public Task<Void> connectAsync() {
752
755
753
756
if (task.isFaulted()) {
754
757
if (inMetaBootMode()) {
758
+
connected = true;
755
759
returnTask.forResult(null);
756
760
} else {
757
761
if (task.getError() instanceofTaskTimeoutException) {
0 commit comments