摄像头链接,宠物笼界面
This commit is contained in:
@@ -749,14 +749,11 @@ if(UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
||||
NSString *BSSID = @"";
|
||||
NSString *SSID = @"";
|
||||
|
||||
|
||||
switch ([[Reachability reachabilityForInternetConnection] currentReachabilityStatus])
|
||||
NetworkStatus status = [[Reachability reachabilityForInternetConnection] currentReachabilityStatus];
|
||||
switch (status)
|
||||
{
|
||||
case NotReachable:// 没有网络
|
||||
{
|
||||
netconnType = @"no network";
|
||||
}
|
||||
break;
|
||||
case NotReachable:// 没有网络,也获取一下
|
||||
|
||||
case ReachableViaWiFi:// Wifi
|
||||
{
|
||||
netconnType = @"Wifi";
|
||||
|
||||
Reference in New Issue
Block a user