修复 CoW 导致重复调用返回值的问题 (#37)
* fix: 修复 Copy on Write 导致重复调用返回值的问题 * feat: 5.0.1 * feat: 5.0.1 * fix: 删除团队编号
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user