File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-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.0.2] 2024-12-21
5
+
6
+ ## Fixed
7
+ - Compile error when only advertising role is enabled.
8
+ - Possible crash if bonded client reconnects.
9
+
10
+ ## Changed
11
+ - ` NimBLEHIDDevice ` can now create more than one in/out/feature report map.
12
+
4
13
## [ 2.0.1] 2024-12-16
5
14
6
15
## 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.0.1
51
+ PROJECT_NUMBER = 2.0.2
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.0.1 "
2
+ version : " 2.0.2 "
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