mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2025-03-10 05:48:54 +01:00
Update changelog
This commit is contained in:
parent
bdb86274c9
commit
e2de3f6268
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,11 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address.
|
||||||
|
|
||||||
## [2.2.0] 2025-02-24
|
## [2.2.0] 2025-02-24
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Crash when calling `NimBLEClient::DiscoverAttributes`.
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
- Conditional macros for logging.
|
- Conditional macros for logging.
|
||||||
- `NimBLEDevicecallbacks` class with a callback for handling bond storage.
|
- `NimBLEDeviceCallbacks` class with a callback for handling bond storage.
|
||||||
|
|
||||||
## [2.1.1] 2025-01-26
|
## [2.1.1] 2025-01-26
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue