@@ -0,0 +1,5 @@
+<template>
+ <div>
+ <h1>Hello WOrld</h1>
+ </div>
+</template>
@@ -122,6 +122,8 @@ export default {
dataView.setUint8(6, "0x0a");
dataView.setUint8(7, $CheckSum);
// 向低功耗蓝牙设备特征值中写入二进制数据
+ console.log(buffer);
+ console.log(dataView);
wx.writeBLECharacteristicValue({
deviceId: deviceId,