File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ ## Added
7+ - Config for custom log colors pre level.
8+
9+ ## [ 2.0.2] 2024-12-21
10+
611## Fixed
712- Compile error when only advertising role is enabled.
813- Possible crash if bonded client reconnects.
914
1015## Changed
1116- ` NimBLEHIDDevice ` can now create more than one in/out/feature report map.
1217
13- ## Added
14- - Config for custom log colors pre level.
15-
1618## [ 2.0.1] 2024-12-16
1719
1820## Fixed
Original file line number Diff line number Diff line change @@ -48,7 +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.0.1
51+ PROJECT_NUMBER = 2.0.2
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# 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 11# # IDF Component Manager Manifest File
2- version : " 2.0.1 "
2+ version : " 2.0.2 "
33license : " Apache-2.0"
44description : " C++ wrapper for the NimBLE BLE stack"
55url : " https://github.com/h2zero/esp-nimble-cpp"
You can’t perform that action at this time.
0 commit comments