diff --git a/src/js/protocols/bluetooth.js b/src/js/protocols/bluetooth.js index 13918af456..722f30f410 100644 --- a/src/js/protocols/bluetooth.js +++ b/src/js/protocols/bluetooth.js @@ -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,