摄像头增加AP配网模式,bug修改,bugly id修改
摄像头增加AP配网模式,bug修改,bugly id修改 其他页面修改,细节处理
This commit is contained in:
+5
-2
@@ -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;
|
||||
//点击确定绑定后 不让操作返回 和查看说明
|
||||
|
||||
Reference in New Issue
Block a user