iOS14.6智能连接问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user