Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bastiaanv/danars-encryption-js
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanv committed Dec 5, 2023
2 parents f809a2c + 802bfb1 commit ce8d721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ble.comm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class BleComm {
return;
}

console.log(`${formatPrefix()} Received data via subscription`, result.value);
console.log(`${formatPrefix()} Received data via subscription: ${result.value}`);
this.parseReadData(result.value);
},
error: (e) => {
Expand Down

0 comments on commit ce8d721

Please sign in to comment.