|
@@ -122,6 +122,8 @@ export default {
|
|
dataView.setUint8(6, "0x0a");
|
|
dataView.setUint8(6, "0x0a");
|
|
dataView.setUint8(7, $CheckSum);
|
|
dataView.setUint8(7, $CheckSum);
|
|
|
|
|
|
|
|
+ console.log(buffer);
|
|
|
|
+ console.log(dataView);
|
|
|
|
|
|
wx.writeBLECharacteristicValue({
|
|
wx.writeBLECharacteristicValue({
|
|
deviceId: deviceId,
|
|
deviceId: deviceId,
|