We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53af854 commit c0d1ce0Copy full SHA for c0d1ce0
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.3.7] - 2022-02-15
6
+
7
+### Fixed
8
9
+- Crash when retrieving an attribute that does not exist on the peer.
10
+- Memory leak when deleting client instances.
11
+- Compilation errors for esp32s3
12
13
## [1.3.6] - 2022-01-18
14
15
### Changed
library.properties
@@ -1,5 +1,5 @@
1
name=NimBLE-Arduino
-version=1.3.6
+version=1.3.7
author=h2zero
maintainer=h2zero <powellperalta@gmail.com>
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
0 commit comments