Skip to content

Commit d215ede

Browse files
author
Neelotpal Nag
authored
Merge pull request #21 from cal-id/master
Update README with note about Bluez<=5.23
2 parents 1061676 + 06e566b commit d215ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Bluetooth GATT SDK for Python helps you implementing and communicating with
1313
Currently Linux is the only platform supported by this library. Unlike other libraries this GATT SDK is based directly on the mature and stable D-Bus API of BlueZ to interact with Bluetooth devices. In the future we would like to make this library platform-independent by integrating with more Bluetooth APIs of other operating systems such as MacOS and Windows.
1414

1515
## Prerequisites
16-
The GATT SDK requires [Python 3.4+](https://www.python.org). Currently Linux is the only supported operating system and therefor it needs a recent installation of [BlueZ](http://www.bluez.org/). It is tested to work fine with BlueZ 5.44, slightly older versions should however work, too.
16+
The GATT SDK requires [Python 3.4+](https://www.python.org). Currently Linux is the only supported operating system and therefor it needs a recent installation of [BlueZ](http://www.bluez.org/). It is tested to work fine with BlueZ 5.44, any release >= 5.38 should however work, too.
1717

1818
## Installation
1919
These instructions assume a Debian-based Linux.

0 commit comments

Comments
 (0)