Explorar o código

修改蓝牙bug

17600099689 hai 1 ano
pai
achega
2bef45f5a4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Assets/BowArrow/Scripts/View/Home/HomeView.cs

+ 2 - 2
Assets/BowArrow/Scripts/View/Home/HomeView.cs

@@ -233,8 +233,8 @@ public class HomeView : JCUnityLib.ViewBase
         //StartCoroutine(testTip());
 
         yield return new WaitForSeconds(1.0f);
-        //进行一次蓝牙连接
-        BluetoothAim.ins.HomeViewConnectBLE();
+        ////进行一次蓝牙连接
+        //BluetoothAim.ins.HomeViewConnectBLE();
     }
 
     IEnumerator testTip() {