Revert "remove unuse comments"

This reverts commit e32b41ed5fd09b60129f9650597b2d55e7b0811f.
This commit is contained in:
lishuo 2023-04-14 16:16:08 +08:00
parent ce213460f9
commit 99c16f44e6

View File

@ -18,7 +18,7 @@ namespace Assets.Scripts.Devices
#if UNITY_IOS || UNITY_ANDROID
this.CreateBleAdapter();
#else
this.CreateBleAdapter();
//this.CreateBleAdapter(); TODO: uncomment this line to enable BLE on Windows
this.CreateAntAdapter();
#endif
}