浏览代码

先回退一下

slambb 10 月之前
父节点
当前提交
35cd0cb778
共有 1 个文件被更改,包括 2 次插入2 次删除
  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() {