已将意见收集到内部,多谢反馈。 |
限制只有不屏蔽的这几个类型能够成功赋值,屏蔽的代码一旦打开,这个操作过后就崩溃,崩溃原因也是稀奇古怪,希望机智云技术人员确认下。 |
我的源代码如下,如果我的调用错了,希望指正,谢谢。 /** * softap,把需要连接的wifi的ssid和password发给模块。. * * @param wifi * wifi名字 * @param password * wifi密码 */ public void cSetSoftAp(String wifi, String password) { List<XPGWifiGAgentType> agentType = new ArrayList<XPGWifiGAgentType>(); //agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeESP); agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeHF); //agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeMXCHIP); agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeQCA); //agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeRTK); agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeTI); agentType.add(XPGWifiGAgentType.XPGWifiGAgentTypeWM); xpgWifiGCC.setDeviceWifi(wifi, password, XPGWifiConfigureMode.XPGWifiConfigureModeSoftAP, "", 30, agentType); } |
版权与免责声明 © 2006-2024 Gizwits IoT Technology Co., Ltd. ( 粤ICP备11090211号 )