File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 2.3.0] 2025-05-19
5
+
6
+ ## Fixed
7
+ - Incorrect ` NimBLECharacteristic::onSubscribe ` value when indications are set.
8
+ - ` NimBLECharacteristic::onRead ` callback not called in some cases.
9
+ - Clear attribute value when zero length value is written.
10
+ - Notify/Indicate incorrectly returning success with custom value.
11
+ - Corrected NimBLEClient array initialization.
12
+ - Prevent potential exception when scan is restarted.
13
+ - Attribute getValue failing with some data types
14
+ - Incorrectly passing a pointer to a function taking const reference.
15
+
16
+ ## Added
17
+ - Support for esp32c5
18
+ - L2CAP infrastructure.
19
+ - Scan duplicate cache reset time.
20
+
21
+ ## Changed
22
+ - Cleaned up examples.
23
+ - Allow PHY updates without enabling extended advertising.
24
+
4
25
## [ 2.2.1] 2025-02-28
5
26
6
27
## Fixed
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = esp-nimble-cpp
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = 2.2.1
51
+ PROJECT_NUMBER = 2.3.0
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
# # IDF Component Manager Manifest File
2
- version : " 2.2.1 "
2
+ version : " 2.3.0 "
3
3
license : " Apache-2.0"
4
4
description : " C++ wrapper for the NimBLE BLE stack"
5
5
url : " https://github.com/h2zero/esp-nimble-cpp"
You can’t perform that action at this time.
0 commit comments