iOS14.6智能连接问题

This commit is contained in:
kai60
2021-07-05 09:27:03 +08:00
parent 6f07bde049
commit a68c48b8e5
3 changed files with 4 additions and 2 deletions
@@ -381,6 +381,7 @@ extern BOOL formLogIn;//连接页面是否来自登录界面
[[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andIsSsidHiden:isSsidHidden];
// set delegate
// [self._esptouchTask setEsptouchDelegate:self._esptouchDelegate];
[self._esptouchTask setPackageBroadcast:YES];
[self._condition unlock];
NSArray * esptouchResults = [self._esptouchTask executeForResults:taskCount];
NSLog(@"ViewController executeForResult() result is: %@",esptouchResults);
@@ -696,6 +696,7 @@ extern BOOL isfromCameraView;
[[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andIsSsidHiden:isSsidHidden];
// set delegate
// [self._esptouchTask setEsptouchDelegate:self._esptouchDelegate];
[self._esptouchTask setPackageBroadcast:YES];
[self._condition unlock];
NSArray * esptouchResults = [self._esptouchTask executeForResults:taskCount];
NSLog(@"ViewController executeForResult() result is: %@",esptouchResults);