Skip to content

Commit 06e566b

Browse files
authored
Update note on compatibility
1 parent 4bbb1cb commit 06e566b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +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.
17-
18-
[Issue 12](https://github.com/getsenic/gatt-python/issues/12) confirms that Bluez <=5.23 is not working.
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.
1917

2018
## Installation
2119
These instructions assume a Debian-based Linux.

0 commit comments

Comments
 (0)