Skip to content

Commit 2503a86

Browse files
committed
Release 1.3.4
1 parent 335ad93 commit 2503a86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [1.3.4] - 2022-01-09
6+
7+
### Fixed
8+
- Workaround for latest Arduino-esp32 core that causes tasks not to block when required, which caused functions to return prematurely resulting in exceptions/crashing.
9+
- The wrong length value was being used to set the values read from peer attributes. This has been corrected to use the proper value size.
10+
511
## [1.3.3] - 2021-11-24
612

713
### Fixed

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.3.3
2+
version=1.3.4
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)