mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2025-09-25 05:21:13 +02:00
Release 2.3.3
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
## [2.3.3] 2025-09-05
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- NimBLEAdvertisedDevice::isConnectable returning incorrect result.
|
||||||
|
- Extended advertisements not reporting full data.
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- Support up to 1650 bytes of advertisement with extended advertising
|
||||||
|
|
||||||
## [2.3.2] 2025-09-02
|
## [2.3.2] 2025-09-02
|
||||||
|
|
||||||
## 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.3.2
|
PROJECT_NUMBER = 2.3.3
|
||||||
# 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
|
||||||
# quick idea about the purpose of the project. Keep the description short.
|
# quick idea about the purpose of the project. Keep the description short.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
version: "2.3.2"
|
version: "2.3.3"
|
||||||
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.3.2",
|
"version": "2.3.3",
|
||||||
"description": "C++ wrapper for the NimBLE BLE stack",
|
"description": "C++ wrapper for the NimBLE BLE stack",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"BLE",
|
"BLE",
|
||||||
|
Reference in New Issue
Block a user