获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 指南=>硬件能力=>蓝牙 示例代码(demo)代码有误!!!
https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth-ble/wx.writeBLECharacteristicValue.html 蓝牙模块示例代码(demo)代码有误,wx.writeBLECharacteristicValue(Object object) 报错10004!!!解决方法:如下 serviceId: this._deviceId, 改为serviceId: this._serviceId wx.writeBLECharacteristicValue({ deviceId: this._deviceId, serviceId: this._serviceId, characteristicId: this._characteristicId, value: buffer, success (res) { console.log('writeBLECharacteristicValue success', res.errMsg) } })
2021-08-02 - 使用第三方开发的小程序视频播放插件,会遇到中途不能使用(插件开发者停用或者删除该插件)的情况吗?
问题定位:小程序插件 微信版本:7.0.17 基础库:2.12.0
2020-08-17