|
@@ -124,8 +124,8 @@ static connectDeviceManager *connectDeviceManagerInstance = nil;
|
|
|
bool connected = [RaylinkProxy.sharedManager isSdnConnected];
|
|
|
if(!connected || needReconnect){
|
|
|
weakSelf.curConnectDeviceState = DeviceConnectGetThridOK;
|
|
|
-// NSString *ipStr = weakSelf.DeviceThirdIdMod.data.ip;
|
|
|
-// [weakSelf startPingDeviceIp:ipStr];
|
|
|
+ NSString *ipStr = weakSelf.DeviceThirdIdMod.data.ip;
|
|
|
+ [weakSelf startPingDeviceIp:ipStr];
|
|
|
[weakSelf initRuiyunSDKFun];
|
|
|
}
|
|
|
|