17600099689 1 год назад
Родитель
Сommit
2bef45f5a4
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() {