- 小程序蓝牙OTA问题?
初始化蓝牙,扫描蓝牙设备,蓝牙和手机建立链接,获取serviceid和characteristicid 写入value 0 进入dfu模式时, 此时小程序写入API返回错误,及错误详细信息 [图片][图片] wx.writeBLECharacteristicValue({ deviceId: that.deviceid, serviceId: "1D14D6EE-FD63-4FA1-BFA4-8F47B42119F0", characteristicId: "F7BF3564-FB6D-4E53-88A4-5E37E0326063", value: valueBuffer, success: res => { console.log('写入DFU成功', res); }, fail: err => { console.log('deviceid:'+that.deviceid) console.log(err); } }); 有没有大佬遇到过这种情况, 已经比对过serviceid和characteristicId 都是正确的
2022-11-02 - 小程序蓝牙OTA升级问题?
初始化蓝牙,扫描蓝牙设备,蓝牙和手机建立链接,获取serviceid和characteristicid 写入value 0 进入dfu模式时, 此时小程序写入API返回错误,及错误详细信息(已确认比对serviceID 和characteristicid,完全正确) wx.writeBLECharacteristicValue({ deviceId: that.deviceid, serviceId: "1D14D6EE-FD63-4FA1-BFA4-8F47B42119F0", characteristicId: "F7BF3564-FB6D-4E53-88A4-5E37E0326063", value: valueBuffer, success: res => { console.log('启用DFU成功', res); }, fail: err => { console.log('deviceid:'+that.deviceid) console.log(err); } });
2022-11-02 - 小程序picker 组件,mode=region 时, 区域的基础数据怎么更新
浙江省杭州市重新规划了城市区域,原来的下城区和江干区已不存在,新增了临平区和钱塘区,这个基础数据怎么更新
2021-08-10 - 通过认证的公众号号注册的小程序,公众号注销掉,小程序会受影响吗?
通过认证的公众号号注册的小程序,公众号注销掉,小程序会受影响吗?
2021-06-02