1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Polish doc

This commit is contained in:
Andrey Pohilko 2017-09-20 17:09:15 +03:00
parent dc65a33bdb
commit f713d8f834

@ -231,10 +231,10 @@ If you want to specify name for Bluetooth interface to use on local computer, cr
```python
from pylgbst import BLEConnection, MoveHub
conn=BLEConnection()
conn = BLEConnection()
conn.connect("hci1")
hub=MoveHub(conn)
hub = MoveHub(conn)
```
#### Devices Detecting