Browse Source

1.暂时屏蔽udp广播查找设备

huangxiaodong 2 years ago
parent
commit
7b4f7b6163
1 changed files with 2 additions and 2 deletions
  1. 2 2
      创维盒子/双子星云手机/AppDelegate/AppDelegate.m

+ 2 - 2
创维盒子/双子星云手机/AppDelegate/AppDelegate.m

@@ -61,8 +61,8 @@
         }
     }];
     
-    [[ShearDeviceUDPManager shareInstance] startShearchDevice];
-    [[ShearDeviceUDPManager shareInstance] shearchDeviceLoop];
+//    [[ShearDeviceUDPManager shareInstance] startShearchDevice];
+//    [[ShearDeviceUDPManager shareInstance] shearchDeviceLoop];
     
     return YES;
 }