6155发图片修改
This commit is contained in:
@ -728,7 +728,7 @@
|
|||||||
dataView.setUint8(1, 0x09); // 帧头
|
dataView.setUint8(1, 0x09); // 帧头
|
||||||
dataView.setUint8(2, 0x0C); // 帧头
|
dataView.setUint8(2, 0x0C); // 帧头
|
||||||
dataView.setUint8(3, 0x84); // 帧头
|
dataView.setUint8(3, 0x84); // 帧头
|
||||||
dataView.setUint8(4, 0xFB); // 帧头
|
dataView.setUint8(4, 0xFD); // 帧头
|
||||||
dataView.setUint8(5, 0x09);
|
dataView.setUint8(5, 0x09);
|
||||||
dataView.setUint8(6, 0x00); // 帧头
|
dataView.setUint8(6, 0x00); // 帧头
|
||||||
dataView.setUint8(7, currentPacket); //包序号
|
dataView.setUint8(7, currentPacket); //包序号
|
||||||
@ -802,7 +802,7 @@
|
|||||||
ImgCutOver: function(data) {
|
ImgCutOver: function(data) {
|
||||||
|
|
||||||
showLoading(these, {
|
showLoading(these, {
|
||||||
text: "正在发送0/52"
|
text: "正在发送0/64"
|
||||||
});
|
});
|
||||||
|
|
||||||
these.Status.BottomMenu.show = false;
|
these.Status.BottomMenu.show = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user