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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## Unreleased changes.
5
+
## [1.3.2] - 2022-01-15
6
6
7
7
### Fixed
8
8
- Initialize advertising complete callback in NimBLEAdvertising constructor.
@@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file.
16
16
-`NimBLECharacteristic::notify` : Overload method to send notifications/indications with custom values.
17
17
- Added conditional checks for ESP32 specific functions/values to support use of the library on non-esp32 devices.
18
18
- Added an alias to use the callback name from the original library `onMtuChanged`.
19
+
-`NimBLEClient::setDataLen` and `NimBLEServer::setDataLen`: Data length extension support (IDF version >= 4.3.2 only)
20
+
- Config option to set logging level for esp-nimble-cpp
19
21
20
22
### Changed
21
23
- Critical section calls now use the NimBLE API instead of FreeRTOS directly. This removes the need for a `portMUX_TYPE` variable in the class definitions.
0 commit comments