File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
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.9] 2026-03-08
5+
6+ ## Fixed
7+ - Crash when scanning with esp32c6/c5/c2/h2.
8+ - Scan duplicate filter not resetting on scan restart.
9+
10+ ## Added
11+ - ` NimBLEConnInfo::toString ` method to get a string representation of the connection information for logging/debugging purposes.
12+
13+
414## [ 2.3.8] 2026-03-02
515
616## Fixed
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 2.3.8
51+ PROJECT_NUMBER = 2.3.9
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 11name =NimBLE-Arduino
2- version =2.3.8
2+ version =2.3.9
33author =h2zero
44maintainer =Ryan Powell <ryan@nable-embedded.io>
55sentence =Bluetooth low energy (BLE) library for Arduino based on NimBLE.
You can’t perform that action at this time.
0 commit comments