完成BJQ4877功能开发

This commit is contained in:
liub
2025-10-24 17:21:18 +08:00
parent 0909d9f023
commit d37ccfeabc
21 changed files with 3227 additions and 3 deletions

View File

@ -345,7 +345,7 @@
these.formData.blename = f.name ? f.name : "Unname";
these.formData.deviceName = device.deviceName;
these.formData.img = device.devicePic;
these.formData.bleStatu=false;
these.formData.deviceId = f.deviceId;
ble.LinkBlue(f.deviceId, f.writeServiceId, f.wirteCharactId, f.notifyCharactId).then(res=>{
these.formData.bleStatu=true;