修复 CoW 导致 discoverGATT 失败的问题 (#38)

* 修复 CoW 导致 discoverGATT 失败的问题

* 修复 CoW 导致 discoverGATT 失败的问题
This commit is contained in:
iAMD
2024-01-16 17:59:47 +08:00
committed by GitHub
parent 41b09f3bf3
commit 6f0bc77ac9
8 changed files with 33 additions and 28 deletions

View File

@ -1,3 +1,7 @@
## 5.0.2
* Fix the issue that [discoverGATT failed caused by CoW](https://github.com/yanshouwang/bluetooth_low_energy/issues/36).
## 5.0.1
* Fix the issue that [completion was called duplicately caused by CoW](https://github.com/yanshouwang/bluetooth_low_energy/issues/36).