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