File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-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
- ## [ Unreleased ]
4
+ ## [ 2.2.1 ] 2025-02-28
5
5
6
6
## Fixed
7
7
- Added back ` NimBLEClient::connect ` overload with ` NimBLEAdvertisedDevice ` parameter to resolve connection error due to NULL address.
8
+ - Crash caused by returning invalid vector entry when retrieving remote descriptors.
8
9
9
10
## [ 2.2.0] 2025-02-24
10
11
Original file line number Diff line number Diff line change 1
1
# # IDF Component Manager Manifest File
2
- version : " 2.2.0 "
2
+ version : " 2.2.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.2.0 " ,
3
+ "version" : " 2.2.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