mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-12-22 11:00:47 +01:00
Release 2.0.2
This commit is contained in:
parent
954ba0b5a7
commit
b50a1b50b1
3 changed files with 7 additions and 5 deletions
|
@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- Config for custom log colors pre level.
|
||||||
|
|
||||||
|
## [2.0.2] 2024-12-21
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
- Compile error when only advertising role is enabled.
|
- Compile error when only advertising role is enabled.
|
||||||
- Possible crash if bonded client reconnects.
|
- Possible crash if bonded client reconnects.
|
||||||
|
@ -10,9 +15,6 @@ All notable changes to this project will be documented in this file.
|
||||||
## Changed
|
## Changed
|
||||||
- `NimBLEHIDDevice` can now create more than one in/out/feature report map.
|
- `NimBLEHIDDevice` can now create more than one in/out/feature report map.
|
||||||
|
|
||||||
## Added
|
|
||||||
- Config for custom log colors pre level.
|
|
||||||
|
|
||||||
## [2.0.1] 2024-12-16
|
## [2.0.1] 2024-12-16
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
|
@ -48,7 +48,7 @@ PROJECT_NAME = esp-nimble-cpp
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.0.1
|
PROJECT_NUMBER = 2.0.2
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
version: "2.0.1"
|
version: "2.0.2"
|
||||||
license: "Apache-2.0"
|
license: "Apache-2.0"
|
||||||
description: "C++ wrapper for the NimBLE BLE stack"
|
description: "C++ wrapper for the NimBLE BLE stack"
|
||||||
url: "https://github.com/h2zero/esp-nimble-cpp"
|
url: "https://github.com/h2zero/esp-nimble-cpp"
|
||||||
|
|
Loading…
Reference in a new issue