Skip to content

Commit

Permalink
Update bluetooth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoqiu authored Nov 19, 2024
1 parent bd05dde commit b11c321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/protocols/bluetooth.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class BT extends EventTarget {
} catch(error) {
console.error(error);
}
this.lastWrite = this.writeCharacteristic.writeValueWithoutResponse(dataBuffer);
this.lastWrite = this.writeCharacteristic.writeValueWithResponse(dataBuffer);

return {
bytesSent: data.byteLength,
Expand Down

0 comments on commit b11c321

Please sign in to comment.