mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2025-06-25 01:11:40 +02:00
Release 2.3.1
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
||||
# Changelog
|
||||
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
|
||||
|
||||
## Fixed
|
||||
|
@ -48,8 +48,7 @@ PROJECT_NAME = esp-nimble-cpp
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# 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
|
||||
# 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.
|
||||
|
Reference in New Issue
Block a user