Skip to content

Commit

Permalink
🔀 Merge branch 'yann/fix/lekaupdater/adjust-delay-before-scan'
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Sep 25, 2023
2 parents 69c7e58 + 8af80f0 commit 4b5a070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit 4b5a070

Please sign in to comment.