forked from arduino-libraries/ArduinoBLE
-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
29 lines (19 loc) · 1007 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
STM32duinoBLE 1.2.0 - 2020.02.17
* Added support to X-NUCLEO-BNRG2A1
* Renamed ArduinoBLE as STM32duinoBLE
* Moved the SPI Transport instance in the application code to improve portability
ArduinoBLE 1.1.2 - 2019.11.12
* cordio: switch to lower power when polling with timeout
* Fixed issue with wrong types for disconnection event handling. Thanks @cparata
ArduinoBLE 1.1.1 - 2019.09.05
* [Cordio] Fixed crashing when BLE.begin() is not called
* Fixed ACL RX packet fragmentation, affected devices that supported large MTUs
* Fixed BLECharacteristic::readValue(...) triggering a read request after a notification/indication was received
* Added support for case insensitive comparison of UUID or address string inputs
* Added (optional) company ID argument to BLE.setManufacturerData(...). Thanks @konikoni428
ArduinoBLE 1.1.0 - 2019.08.27
* Added BLE Central support
ArduinoBLE 1.0.0 - 2019.07.31
* Added support for Arduino Nano 33 BLE boards
ArduinoBLE 0.1.2 and older
* Changes not recorded