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 22
33All notable changes to this project will be documented in this file.
44
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+
516## [ 1.3.7] - 2022-02-15
617
718### Fixed
Original file line number Diff line number Diff line change 11name =NimBLE-Arduino
2- version =1.3.7
2+ version =1.3.8
33author =h2zero
44maintainer =h2zero <powellperalta@gmail.com>
55sentence =Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
You can’t perform that action at this time.
0 commit comments