File tree 3 files changed +12
-3
lines changed 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
14
## [ 1.4.2] 2024-06-17
6
15
7
16
### Fixed
@@ -35,7 +44,7 @@ All notable changes to this project will be documented in this file.
35
44
- Removed abort in server start when a service is not found, logs a warning message instead.
36
45
- ` NimBLEAdvertising::start ` on complete callback is now a std::function to allow the use of std::bind to class methods
37
46
- ` 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.
39
48
40
49
## [ 1.4.1] - 2022-10-23
41
50
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = 1.4.2
51
+ PROJECT_NUMBER = 1.4.3
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# 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 1
1
name =NimBLE-Arduino
2
- version =1.4.2
2
+ version =1.4.3
3
3
author =h2zero
4
4
maintainer =h2zero <powellperalta@gmail.com>
5
5
sentence =Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
You can’t perform that action at this time.
0 commit comments