Revert "il2cpp 打包Ant+连接问题"

This reverts commit 0c69470972bbe5f937ff3af7a1337cc70932db86.

# Conflicts:
#	Assets/Plugins/ANT_WrappedLib.dll.meta
This commit is contained in:
lishuo 2023-04-14 16:16:24 +08:00
parent 99c16f44e6
commit 1f340ced78

View File

@ -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
}