We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb8627 commit e2de3f6Copy full SHA for e2de3f6
CHANGELOG.md
@@ -1,11 +1,19 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [Unreleased]
5
+
6
+## Fixed
7
+- Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address.
8
9
## [2.2.0] 2025-02-24
10
11
12
+- Crash when calling `NimBLEClient::DiscoverAttributes`.
13
14
## Added
15
- Conditional macros for logging.
-- `NimBLEDevicecallbacks` class with a callback for handling bond storage.
16
+- `NimBLEDeviceCallbacks` class with a callback for handling bond storage.
17
18
## [2.1.1] 2025-01-26
19
0 commit comments