|
@@ -446,6 +446,9 @@ ComontAlretViewControllerDelegate>
|
|
|
if (weakSelf.commandChannelManager.rc_socketStatus == RCSocketCloudPhoneStatusConnected){
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
|
|
|
+ NSString *getPhoneSizeStr = [RCCommandHelp getPhoneSizecommand];
|
|
|
+ [weakSelf send_data:getPhoneSizeStr];
|
|
|
+
|
|
|
[weakSelf fristConnectNeedGiveAMsgFun];
|
|
|
|
|
|
//设置分辨率
|