修复 CoW 代码问题 (#40)

This commit is contained in:
iAMD
2024-01-17 19:06:36 +08:00
committed by GitHub
parent 5b308f044b
commit 921dc0fa88
9 changed files with 74 additions and 87 deletions

View File

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