From 1f340ced783489f829d8918db725c81837f59a9c Mon Sep 17 00:00:00 2001 From: lishuo Date: Fri, 14 Apr 2023 16:16:24 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"il2cpp=20=E6=89=93=E5=8C=85Ant+?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E9=97=AE=E9=A2=98"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0c69470972bbe5f937ff3af7a1337cc70932db86. # Conflicts: # Assets/Plugins/ANT_WrappedLib.dll.meta --- Assets/Scripts/Devices/MainDeviceAdapter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Devices/MainDeviceAdapter.cs b/Assets/Scripts/Devices/MainDeviceAdapter.cs index a0b3d2bc..bc08f4a1 100644 --- a/Assets/Scripts/Devices/MainDeviceAdapter.cs +++ b/Assets/Scripts/Devices/MainDeviceAdapter.cs @@ -18,7 +18,7 @@ namespace Assets.Scripts.Devices #if UNITY_IOS || UNITY_ANDROID this.CreateBleAdapter(); #else - //this.CreateBleAdapter(); TODO: uncomment this line to enable BLE on Windows + this.CreateBleAdapter(); this.CreateAntAdapter(); #endif }