File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
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.1.1] 2025-01-26
5
+
6
+ ## Fixed
7
+ - remote descriptor discovery error when no descriptors exist.
8
+ - scan filter settings not enabled for esp32s3/c3.
9
+ - remote descriptor discovery returning more than the desired descriptor.
10
+
4
11
## [ 2.1.0] 2025-01-12
5
12
6
13
## 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.1.0
51
+ PROJECT_NUMBER = 2.1.1
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.1.0 "
2
+ version : " 2.1.1 "
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"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esp-nimble-cpp" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " C++ wrapper for the NimBLE BLE stack" ,
5
5
"keywords" : [
6
6
" BLE" ,
You can’t perform that action at this time.
0 commit comments