forked from don/BluetoothSerial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
20 lines (16 loc) · 696 Bytes
/
CHANGES.txt
File metadata and controls
20 lines (16 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= 0.3.4 =
Support for BlueGiga #96 - @ChrisMorter
= 0.3.3 =
Write accepts binary data #83 #39 - Adrián Pardini @pardo-bsso
Add rawSubscribe for callback with binary data #83 #57 - Adrián Pardini @pardo-bsso
Add fallback connection for finicky Android devices #89 - Matt Philips @SkySrfr
Fix UUIDs for Laird BL600 #90 - mrtomhoward
= 0.3.1 =
Add support for Laird BL600 #71
Add unsubscribe for iOS #66
= 0.3.0 =
Add support for Adafruit Bluefruit LE http://adafru.it/1697
Use RedBear Lab BLE 2.0.1 - supports for v1 and v2 of the shield in addition to BLEmini
Show RSSI for discovered BLE devices, when available
Add readRSSI api (BLE only)
Fixes issues #4, #5, #23, #24, #25, #26, #38, #54