forked from h2zero/esp-nimble-cpp
Release 2.3.1
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
|||||||
# 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.1] 2025-06-11
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Build errors when disabling BLE roles.
|
||||||
|
- `NimBLEClient::readValue` call not returning when the instance was created with a`NimBLEServer` and reading a secured characteristic.
|
||||||
|
- `NimBLEScan` destructor potentially causing a crash.
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- `NimBLEBeacon::BeaconData` `std::vector<uint8_t>` operator to allow it to be used as a parameter to `NimBLEAdvertisementData::setManufacturerData`.
|
||||||
|
|
||||||
## [2.3.0] 2025-05-19
|
## [2.3.0] 2025-05-19
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
@ -48,8 +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.3.0
|
PROJECT_NUMBER = 2.3.1
|
||||||
|
|
||||||
# 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
|
||||||
# quick idea about the purpose of the project. Keep the description short.
|
# quick idea about the purpose of the project. Keep the description short.
|
||||||
|
Reference in New Issue
Block a user