Skip to content

Commit 733efc9

Browse files
committed
Release 1.3.5
1 parent 7a35ad3 commit 733efc9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.3.5] - 2022-01-14
6+
7+
### Added
8+
- CONFIG_NIMBLE_CPP_DEBUG_LEVEL macro in nimconfig.h to allow setting the log level separately from the Arduino core log level.
9+
10+
### Fixed
11+
- Memory leak when initializing/deinitializing the BLE stack caused by new FreeRTOS timers be created on each initialization.
412

513
## [1.3.4] - 2022-01-09
614

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.4
2+
version=1.3.5
33
author=h2zero
44
maintainer=h2zero <[email protected]>
55
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.

0 commit comments

Comments
 (0)