Skip to content

Commit

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

0 comments on commit e2b14ed

Please sign in to comment.