Skip to content

Commit

Permalink
BLE - Waiting just 8 seconds, and we're awaiting and then we go
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Jun 2, 2023
1 parent 21a4a3f commit 62a4d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ export class AppComponent implements AfterViewInit {
}
try {
if (searchIds.length > 0) {
//Just search if we raly got id's
this.bleManager.findDeviceWithDirectIds(searchIds, 10000);
// Just search if we raly got id's
await this.bleManager.findDeviceWithDirectIds(searchIds, 8000);
}
} catch (ex) {}
}
Expand Down

0 comments on commit 62a4d16

Please sign in to comment.