lib:3.11.2
wx.connectWifi({
SSID: fullSSID,
password: '12345678',
forceNewApi: true,
success: (res) => {
console.log('连接WiFi成功', res);
setTimeout(() => {
this.connectToESP();
}, 100);
},
......
......
......
其他型号的手机使用下来没有问题,wifi能成功连接上。
但有使用荣耀V40的用户反馈说,点击连接以后会立刻跳错。
