mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-23 21:50:55 +01:00
Update changelog.
This commit is contained in:
parent
86293a8b1d
commit
629763ddaf
1 changed files with 60 additions and 46 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [1.4.1] - 2022-10-23
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- NimBLEDevice::getPower incorrect value when power level is -3db.
|
||||||
|
- Failed pairing when already in progress.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Revert previous change that forced writing with response when subscribing in favor of allowing the application to decide.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added NimBLEHIDDevice::batteryLevel.
|
||||||
|
- Added NimBLEDevice::setDeviceName allowing for changing the device name while the BLE stack is active.
|
||||||
|
- CI Builds
|
||||||
|
|
||||||
## [1.4.0] - 2022-07-31
|
## [1.4.0] - 2022-07-31
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in a new issue