Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Nov 27, 2024
1 parent d6232b4 commit e2b4074
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.4.3] 2024-11-27

### Fixed
- BT5 examples for non-esp devices.
- Build errors when configured as a non-connecting device

### Added
- Coded PHY support for nRF52833 and nRF52820

## [1.4.2] 2024-06-17

### Fixed
Expand Down Expand Up @@ -35,7 +44,7 @@ All notable changes to this project will be documented in this file.
- Removed abort in server start when a service is not found, logs a warning message instead.
- `NimBLEAdvertising::start` on complete callback is now a std::function to allow the use of std::bind to class methods
- `NimBLEAdvertising` setXXX methods will now properly clear the previous data before setting the new values.
- Removed asserts in `NimBLECharacteristic` event handler when conn_handle is invalid, sends a NULL conn info to the callback instead.
- Removed asserts in `NimBLECharacteristic` event handler when conn_handle is invalid, sends a NULL conn info to the callback instead.

## [1.4.1] - 2022-10-23

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.4.2
PROJECT_NUMBER = 1.4.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=NimBLE-Arduino
version=1.4.2
version=1.4.3
author=h2zero
maintainer=h2zero <[email protected]>
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
Expand Down

0 comments on commit e2b4074

Please sign in to comment.