智方网络_吖荣 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,