Sfoglia il codice sorgente

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

huangxiaodong 2 anni fa
parent
commit
7b4f7b6163

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

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