Skip to content

Commit e2b4074

Browse files
committed
Release 1.4.3
1 parent d6232b4 commit e2b4074

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All 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

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NimBLE-Arduino
2-
version=1.4.2
2+
version=1.4.3
33
author=h2zero
44
maintainer=h2zero <powellperalta@gmail.com>
55
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.

0 commit comments

Comments
 (0)