File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.4.3] 2024-11-27
6+
7+ ### Fixed
8+ - BT5 examples for non-esp devices.
9+ - Build errors when configured as a non-connecting device
10+
11+ ### Added
12+ - Coded PHY support for nRF52833 and nRF52820
13+
514## [ 1.4.2] 2024-06-17
615
716### Fixed
@@ -35,7 +44,7 @@ All notable changes to this project will be documented in this file.
3544 - Removed abort in server start when a service is not found, logs a warning message instead.
3645 - ` NimBLEAdvertising::start ` on complete callback is now a std::function to allow the use of std::bind to class methods
3746 - ` NimBLEAdvertising ` setXXX methods will now properly clear the previous data before setting the new values.
38- - Removed asserts in ` NimBLECharacteristic ` event handler when conn_handle is invalid, sends a NULL conn info to the callback instead.
47+ - Removed asserts in ` NimBLECharacteristic ` event handler when conn_handle is invalid, sends a NULL conn info to the callback instead.
3948
4049## [ 1.4.1] - 2022-10-23
4150
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 = 1.4.2
51+ PROJECT_NUMBER = 1.4.3
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11name =NimBLE-Arduino
2- version =1.4.2
2+ version =1.4.3
33author =h2zero
44maintainer =h2zero <powellperalta@gmail.com>
55sentence =Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
You can’t perform that action at this time.
0 commit comments