Skip to content

Commit 886d29e

Browse files
committed
Release 2.4.0
1 parent 324d125 commit 886d29e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,16 @@ optional arguments:
190190
BLE host adapter number to use (default: hci0)
191191
-m MTU, --mtu MTU Max. bluetooth packet data size in bytes used for sending (default: 20)
192192
-w WRITE_UUID, --write-uuid WRITE_UUID
193-
The GATT characteristic to write the serial data, you might use "ble-scan -d" to find it out (default: None)
193+
The GATT characteristic to write the serial data, you might use "ble-scan -d" to find it out
194+
(default: None)
194195
-r READ_UUID, --read-uuid READ_UUID
195196
The GATT characteristic to subscribe to notifications to read the serial data (default: None)
197+
--permit {ro,rw,wo} Restrict transfer direction on bluetooth: read only (ro), read+write (rw), write only (wo)
198+
(default: rw)
196199
-l FILENAME, --log FILENAME
197200
Enable optional logging of all bluetooth traffic to file (default: None)
198-
-b, --binary Log data as raw binary, disable transformation to hex. Works only in combination with -l (default: False)
199-
201+
-b, --binary Log data as raw binary, disable transformation to hex. Works only in combination with -l
202+
(default: False)
200203
```
201204
Only the device address is always required:
202205
```console

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="ble-serial",
11-
version="2.3.0",
11+
version="2.4.0",
1212
author="Jake",
1313
author_email="[email protected]",
1414
description="A package to connect BLE serial adapters",

0 commit comments

Comments
 (0)