1
0
forked from dyf/APP

6155前端功能完成

This commit is contained in:
liub
2025-07-14 09:46:58 +08:00
parent 3dfdd5d4c1
commit 89464f3696
15 changed files with 1128 additions and 195 deletions

View File

@ -503,9 +503,9 @@ import { deviceReName } from '../../api/common';
//发送数据包
sendDataNew(f.deviceId, f.writeServiceId, f.wirteCharactId, buffer)
ble.sendDataNew(f.deviceId, f.writeServiceId, f.wirteCharactId, buffer)
.then(() => {
console.log("发送一个包完成了");
these.Status.Progress.curr = currentPacket;
currentPacket++;