|
@@ -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,
|