From 37a31907460dea8a6d40e3ae520e50a7e7beeb57 Mon Sep 17 00:00:00 2001 From: qiaocl <3189782663@qq.com> Date: Tue, 17 Oct 2023 17:11:27 +0800 Subject: [PATCH] =?UTF-8?q?8=E7=94=B5=E6=9E=81=E6=97=A0SDK=E8=93=9D?= =?UTF-8?q?=E7=89=99=E8=BF=9E=E6=8E=A5demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bluetooth_demo_L08_NSDK/pages/index/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bluetooth_demo_L08_NSDK/pages/index/index.js b/bluetooth_demo_L08_NSDK/pages/index/index.js index 552798b..2f2ce14 100644 --- a/bluetooth_demo_L08_NSDK/pages/index/index.js +++ b/bluetooth_demo_L08_NSDK/pages/index/index.js @@ -203,7 +203,6 @@ Page({ let buf = new Uint8Array(str.match(/[\da-f]{2}/gi).map(function(h) { return parseInt(h, 16) })) - console.log("buffer", j, str, buf) wx.writeBLECharacteristicValue({ deviceId: deviceId, serviceId: serviceId,