修复 CoW 导致重复调用返回值的问题 (#37)

* fix: 修复 Copy on Write 导致重复调用返回值的问题

* feat: 5.0.1

* feat: 5.0.1

* fix: 删除团队编号
This commit is contained in:
iAMD
2024-01-15 15:47:11 +08:00
committed by GitHub
parent 87fe3e2447
commit 41b09f3bf3
10 changed files with 29 additions and 40 deletions

View File

@ -1,3 +1,7 @@
## 5.0.1
* Fix the issue that [completion was called duplicately caused by CoW](https://github.com/yanshouwang/bluetooth_low_energy/issues/36).
## 5.0.0
* Now `CentralManager#writeCharacteristic` and `PeripheralManager#writeCharacteristic` will fragment the value automatically, the maximum write length is 512 bytes.