摄像头增加AP配网模式,bug修改,bugly id修改
摄像头增加AP配网模式,bug修改,bugly id修改 其他页面修改,细节处理
This commit is contained in:
@@ -83,7 +83,7 @@ Strong UILabel *subTitleLabel;
|
||||
if (self.deviceType==DEVICECAMERA)
|
||||
{
|
||||
YooseeNextConnectViewController *nextvc=[[YooseeNextConnectViewController alloc] init];
|
||||
nextvc.conectType = 0;
|
||||
nextvc.conectType = conectType_Intelligent;
|
||||
[self.navigationController pushViewController:nextvc animated:YES];
|
||||
|
||||
}
|
||||
@@ -91,7 +91,7 @@ Strong UILabel *subTitleLabel;
|
||||
{
|
||||
SecondConnectWifiController *wifivc=[[SecondConnectWifiController alloc]init];
|
||||
wifivc.deviceType=self.deviceType;
|
||||
wifivc.vcTitle=@"连接水族箱";
|
||||
wifivc.vcTitle=self.titleString;
|
||||
[self.navigationController pushViewController:wifivc animated:YES];
|
||||
}
|
||||
|
||||
@@ -99,6 +99,10 @@ Strong UILabel *subTitleLabel;
|
||||
}else{
|
||||
ConAquarNowWiFiPwdVC *vc = InitObject(ConAquarNowWiFiPwdVC);
|
||||
vc.deviceType=self.deviceType;
|
||||
NSDictionary *netInfo = [CommonUtils getSSIDInfo];
|
||||
vc.ssid = [netInfo objectForKey:@"SSID"];
|
||||
vc.bssid = [netInfo objectForKey:@"BSSID"];
|
||||
vc.deviceType=self.deviceType;
|
||||
|
||||
[self.navigationController pushViewController:vc animated:YES];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user