Releases: Jakeler/ble-serial
Releases · Jakeler/ble-serial
v2.2.0
- Add
-t
/--timeout
parameter to ble-serial
for custom connection timeouts
Note: address-type got renamed from -t
to -a
now
- Fix timeout in deep scan #30
- Improved error handling
v2.1.0
- Improve characteristic selection #28
- Add UUID
0000ff01-0000-1000-8000-00805f9b34fb
to builtin list
v2.0.1
Fix issue with PyPI distribution, Windows used the Linux wheels (missing COM setup script).
Also add all required files to source archive.
v1.3.0
Add read_uuid option, enables notifications on characteristic (#10, thanks to @AGlass0fMilk)
v1.2.1
Fix bug #1 with file logging on Python 3.6
v1.2.0
- Add flag to specify address type
- Add flag to specify host adapter (if you have multiple)