mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2025-03-10 05:48:54 +01:00
Release 2.2.1
This commit is contained in:
parent
9df8445241
commit
a6c03a2aaa
3 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [2.2.1] 2025-02-28
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
- Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address.
|
- Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address.
|
||||||
|
- Crash caused by returning invalid vector entry when retrieving remote descriptors.
|
||||||
|
|
||||||
## [2.2.0] 2025-02-24
|
## [2.2.0] 2025-02-24
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
version: "2.2.0"
|
version: "2.2.1"
|
||||||
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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "esp-nimble-cpp",
|
"name": "esp-nimble-cpp",
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"description": "C++ wrapper for the NimBLE BLE stack",
|
"description": "C++ wrapper for the NimBLE BLE stack",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"BLE",
|
"BLE",
|
||||||
|
|
Loading…
Add table
Reference in a new issue