File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.3.8] - 2022-04-27
6
+
7
+ ### Fixed
8
+ - Fix compile error with ESP32S3.
9
+ - Prevent a potential crash when retrieving characteristics from a service if the result was successful but no characteristics found.
10
+
11
+ ### Changed
12
+ - Save resources when retrieving descriptors if the characteristic handle is the same as the end handle (no descriptors).
13
+ - Subscribing to characteristic notifications/indications will now always use write with response, as per BLE specifications.
14
+ - ` NimBLEClient::discoverAttributes ` now returns a bool value to indicate success/failure
15
+
5
16
## [ 1.3.7] - 2022-02-15
6
17
7
18
### Fixed
Original file line number Diff line number Diff line change 1
1
name =NimBLE-Arduino
2
- version =1.3.7
2
+ version =1.3.8
3
3
author =h2zero
4
4
maintainer =h2zero <powellperalta@gmail.com>
5
5
sentence =Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
You can’t perform that action at this time.
0 commit comments