Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdb868d

Browse files
committed
Release 2.3.1
1 parent 503939c commit bdb868d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.3.1] 2025-06-11
5+
6+
## Fixed
7+
- Build errors when disabling BLE roles.
8+
- `NimBLEClient::readValue` call not returning when the instance was created with a`NimBLEServer` and reading a secured characteristic.
9+
- `NimBLEScan` destructor potentially causing a crash.
10+
11+
## Added
12+
- `NimBLEBeacon::BeaconData` `std::vector<uint8_t>` operator to allow it to be used as a parameter to `NimBLEAdvertisementData::setManufacturerData`.
13+
414
## [2.3.0] 2025-05-19
515

616
## Fixed

docs/Doxyfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ PROJECT_NAME = esp-nimble-cpp
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.3.0
52-
51+
PROJECT_NUMBER = 2.3.1
5352
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5453
# for a project that appears at the top of each page and should give viewer a
5554
# quick idea about the purpose of the project. Keep the description short.

0 commit comments

Comments
 (0)