doc updates

This commit is contained in:
geeksville
2020-04-28 15:18:45 -07:00
parent 370d5da604
commit 4e555e2679
4 changed files with 27 additions and 18 deletions

View File

@@ -14,8 +14,7 @@ then run the following python3 code:
```
import meshtastic
interface = StreamInterface() # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
interface = meshtastic.StreamInterface() # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
interface.sendData("hello world")
```