Skip to content

Commit bbed8d1

Browse files
committed
Release v1.3.2
1 parent 099e7cc commit bbed8d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased changes.
5+
## [1.3.2] - 2022-01-15
66

77
### Fixed
88
- Initialize advertising complete callback in NimBLEAdvertising constructor.
@@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file.
1616
- `NimBLECharacteristic::notify` : Overload method to send notifications/indications with custom values.
1717
- Added conditional checks for ESP32 specific functions/values to support use of the library on non-esp32 devices.
1818
- 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
1921

2022
### Changed
2123
- 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

Comments
 (0)