摄像头增加AP配网模式,bug修改,bugly id修改

摄像头增加AP配网模式,bug修改,bugly id修改
其他页面修改,细节处理
This commit is contained in:
kai
2019-11-07 22:29:04 +08:00
parent 9c0d42d796
commit 3da5a875ec
13 changed files with 225 additions and 111 deletions
@@ -17,7 +17,9 @@
enum
{
conectType_Intelligent,
conectType_qrcode
conectType_qrcode,
conectType_ap
};
/**
@@ -26,6 +28,7 @@ enum
@interface YooseeNextConnectViewController : BaseViewController
@property (nonatomic,strong) NSString *uuidString;
@property (nonatomic,strong) NSString *wifiPwd;
@property (nonatomic,strong) NSString *wifiName;
@property (strong, nonatomic) GCDAsyncUdpSocket *socket;
@property (nonatomic) BOOL isWaiting;//YES表示发包设置wifi后,在等待局域网添加设备
@property (nonatomic) BOOL isFinish;
@@ -37,7 +40,7 @@ enum
@property(nonatomic,strong) UITextField *wifiSecFiled;
@property(nonatomic,strong) UILabel *redTipLable;
@property (nonatomic) int conectType; //1-二维码扫描 0-智能联机
@property (nonatomic) int conectType; //2AP 1-二维码扫描 0-智能联机
@property (strong, nonatomic) NSString *lastSetPassword;
//点击确定绑定后 不让操作返回 和查看说明