forked from h2zero/esp-nimble-cpp
Release 2.3.0
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,6 +1,27 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
## [2.3.0] 2025-05-19
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Incorrect `NimBLECharacteristic::onSubscribe` value when indications are set.
|
||||||
|
- `NimBLECharacteristic::onRead` callback not called in some cases.
|
||||||
|
- Clear attribute value when zero length value is written.
|
||||||
|
- Notify/Indicate incorrectly returning success with custom value.
|
||||||
|
- Corrected NimBLEClient array initialization.
|
||||||
|
- Prevent potential exception when scan is restarted.
|
||||||
|
- Attribute getValue failing with some data types
|
||||||
|
- Incorrectly passing a pointer to a function taking const reference.
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- Support for esp32c5
|
||||||
|
- L2CAP infrastructure.
|
||||||
|
- Scan duplicate cache reset time.
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- Cleaned up examples.
|
||||||
|
- Allow PHY updates without enabling extended advertising.
|
||||||
|
|
||||||
## [2.2.1] 2025-02-28
|
## [2.2.1] 2025-02-28
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
@ -48,7 +48,7 @@ PROJECT_NAME = esp-nimble-cpp
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.2.1
|
PROJECT_NUMBER = 2.3.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
version: "2.2.1"
|
version: "2.3.0"
|
||||||
license: "Apache-2.0"
|
license: "Apache-2.0"
|
||||||
description: "C++ wrapper for the NimBLE BLE stack"
|
description: "C++ wrapper for the NimBLE BLE stack"
|
||||||
url: "https://github.com/h2zero/esp-nimble-cpp"
|
url: "https://github.com/h2zero/esp-nimble-cpp"
|
||||||
|
Reference in New Issue
Block a user