Explorar el Código

先回退一下

slambb hace 1 año
padre
commit
35cd0cb778
Se han modificado 1 ficheros con 2 adiciones y 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() {