diff --git a/Apps/LekaUpdater/Sources/ViewModel/RobotConnectionViewModel.swift b/Apps/LekaUpdater/Sources/ViewModel/RobotConnectionViewModel.swift index bda1eec801..c66b0656fd 100644 --- a/Apps/LekaUpdater/Sources/ViewModel/RobotConnectionViewModel.swift +++ b/Apps/LekaUpdater/Sources/ViewModel/RobotConnectionViewModel.swift @@ -48,7 +48,7 @@ public class RobotConnectionViewModel: ObservableObject { public func onAppear() { globalBleManager.disconnect() - DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) { + DispatchQueue.main.asyncAfter(deadline: .now() + 1) { self.scanForRobots() } }