You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [2.1.0] 2025-01-12
5
+
6
+
## Fixed
7
+
- Crash when retrieving descriptors if more than one exists.
8
+
- Incorrect TX power value being advertised.
9
+
- New user guide code for 2.x
10
+
- Potential race condition if `NimBLEScan::clearResults1 is called from multiple tasks.
11
+
12
+
## Changed
13
+
- If privacy is not enabled identity keys will not be shared.
14
+
-`NimBLEDevice::setPower` and `NimBLEDevice::getPower` now take an additional parameter `NimBLETxPowerType` to set/get the power level for different operations.
15
+
16
+
## Added
17
+
- Config option `CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER`, if defined will remove the ":" delimiter from the BLE address string.
18
+
- Config option `CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE` if defined will make the BLE address strings uppercase.
0 commit comments