From 95709e028526cfa22b04e431672899064d749e83 Mon Sep 17 00:00:00 2001 From: chopster44 Date: Mon, 1 Dec 2025 20:56:24 +0000 Subject: [PATCH] (1.0.34) bump --- dist/index.cjs.js | 1 + dist/index.es.js | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.cjs.js b/dist/index.cjs.js index 05eb1ee..360d662 100644 --- a/dist/index.cjs.js +++ b/dist/index.cjs.js @@ -178,6 +178,7 @@ class Updater { // this._fileProgress += this._packetSize; return new Promise((resolve, reject) => { this.bleObject.writeWithoutResponse(this.bleDeviceId, this._updaterServiceUUID, this._updateFileCharacteristicUUID, packet.buffer, () => { + console.log(`Sent: ${packet}`); resolve(true); }, (error) => { this._fileProgress -= this._packetSize; diff --git a/dist/index.es.js b/dist/index.es.js index 4700700..d21082d 100644 --- a/dist/index.es.js +++ b/dist/index.es.js @@ -176,6 +176,7 @@ class Updater { // this._fileProgress += this._packetSize; return new Promise((resolve, reject) => { this.bleObject.writeWithoutResponse(this.bleDeviceId, this._updaterServiceUUID, this._updateFileCharacteristicUUID, packet.buffer, () => { + console.log(`Sent: ${packet}`); resolve(true); }, (error) => { this._fileProgress -= this._packetSize; diff --git a/package.json b/package.json index c2cb8c8..da5be29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "updaterweblibrary", - "version": "1.0.33", + "version": "1.0.34", "description": "OTA Updater App frontend library", "repository": { "type": "git",