Skip to content

Commit a0c6789

Browse files
committed
Version 1.1.1
1 parent b6a66a4 commit a0c6789

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
ArduinoBLE ?.?.? - ????.??.??
22

3+
ArduinoBLE 1.1.1 - 2019.09.05
4+
5+
* [Cordio] Fixed crashing when BLE.begin() is not called
6+
* Fixed ACL RX packet fragmentation, affected devices that supported large MTUs
7+
* Fixed BLECharacteristic::readValue(...) triggering a read request after a notification/indication was received
8+
* Added support for case insensitive comparison of UUID or address string inputs
9+
* Added (optional) company ID argument to BLE.setManufacturerData(...). Thanks @konikoni428
10+
311
ArduinoBLE 1.1.0 - 2019.08.27
412

513
* Added BLE Central support

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoBLE
2-
version=1.1.0
2+
version=1.1.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.

0 commit comments

Comments
 (0)