File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.3.3] 2025-09-05
5+
6+ ## Fixed
7+ - NimBLEAdvertisedDevice::isConnectable returning incorrect result.
8+ - Extended advertisements not reporting full data.
9+
10+ ## Added
11+ - Support up to 1650 bytes of advertisement with extended advertising
12+
413## [ 2.3.2] 2025-09-02
514
615## 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.3.2
51+ PROJECT_NUMBER = 2.3.3
5252# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353# for a project that appears at the top of each page and should give viewer a
5454# quick idea about the purpose of the project. Keep the description short.
Original file line number Diff line number Diff line change 11# # IDF Component Manager Manifest File
2- version : " 2.3.2 "
2+ version : " 2.3.3 "
33license : " Apache-2.0"
44description : " C++ wrapper for the NimBLE BLE stack"
55url : " https://github.com/h2zero/esp-nimble-cpp"
Original file line number Diff line number Diff line change 11{
22 "name" : " esp-nimble-cpp" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "description" : " C++ wrapper for the NimBLE BLE stack" ,
55 "keywords" : [
66 " BLE" ,
You can’t perform that action at this time.
0 commit comments