智方网络_吖荣 4 年之前
父節點
當前提交
b71a505c07
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/utils/bluetooth.js

+ 1 - 0
src/utils/bluetooth.js

@@ -646,6 +646,7 @@ export default {
     const that = this;
     wx.onBLECharacteristicValueChange((characteristic) => {
       let hexStr = that.ab2hex(characteristic.value);
+      console.log(hexStr);
       let $data = that.get_big_data(hexStr);
       wx.getBLEDeviceRSSI({
         deviceId: characteristic.deviceId,