more logging

This commit is contained in:
2025-12-01 20:59:41 +00:00
parent 95709e0285
commit bda9dddd4f

View File

@@ -213,7 +213,7 @@ export default class Updater {
return new Promise((resolve, reject) => {
this.bleObject.writeWithoutResponse(this.bleDeviceId, this._updaterServiceUUID, this._updateFileCharacteristicUUID, packet.buffer,
() => {
console.log(`Sent: ${packet}`);
console.log(`Sent: ${packet}, progress: ${this._fileProgress}`);
resolve(true);
},
(error) => {