iOS14.6智能连接问题
This commit is contained in:
parent
6f07bde049
commit
a68c48b8e5
|
|
@ -15817,7 +15817,7 @@
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 3;
|
CURRENT_PROJECT_VERSION = 4;
|
||||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
|
|
@ -15935,7 +15935,7 @@
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 3;
|
CURRENT_PROJECT_VERSION = 4;
|
||||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
|
|
|
||||||
|
|
@ -381,6 +381,7 @@ extern BOOL formLogIn;//连接页面是否来自登录界面
|
||||||
[[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andIsSsidHiden:isSsidHidden];
|
[[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andIsSsidHiden:isSsidHidden];
|
||||||
// set delegate
|
// set delegate
|
||||||
// [self._esptouchTask setEsptouchDelegate:self._esptouchDelegate];
|
// [self._esptouchTask setEsptouchDelegate:self._esptouchDelegate];
|
||||||
|
[self._esptouchTask setPackageBroadcast:YES];
|
||||||
[self._condition unlock];
|
[self._condition unlock];
|
||||||
NSArray * esptouchResults = [self._esptouchTask executeForResults:taskCount];
|
NSArray * esptouchResults = [self._esptouchTask executeForResults:taskCount];
|
||||||
NSLog(@"ViewController executeForResult() result is: %@",esptouchResults);
|
NSLog(@"ViewController executeForResult() result is: %@",esptouchResults);
|
||||||
|
|
|
||||||
|
|
@ -696,6 +696,7 @@ extern BOOL isfromCameraView;
|
||||||
[[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andIsSsidHiden:isSsidHidden];
|
[[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andIsSsidHiden:isSsidHidden];
|
||||||
// set delegate
|
// set delegate
|
||||||
// [self._esptouchTask setEsptouchDelegate:self._esptouchDelegate];
|
// [self._esptouchTask setEsptouchDelegate:self._esptouchDelegate];
|
||||||
|
[self._esptouchTask setPackageBroadcast:YES];
|
||||||
[self._condition unlock];
|
[self._condition unlock];
|
||||||
NSArray * esptouchResults = [self._esptouchTask executeForResults:taskCount];
|
NSArray * esptouchResults = [self._esptouchTask executeForResults:taskCount];
|
||||||
NSLog(@"ViewController executeForResult() result is: %@",esptouchResults);
|
NSLog(@"ViewController executeForResult() result is: %@",esptouchResults);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue