Skip to content

Commit

Permalink
debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilNatonek committed Nov 22, 2023
1 parent 64d1e07 commit 39e2805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/services/BLEService/BLEService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class BLEServiceInstance {
return
}
if (device) {
console.log(device.name, device.manufacturerData)
onDeviceFound(device)
}
})
Expand Down

0 comments on commit 39e2805

Please sign in to comment.