fix example

This commit is contained in:
geeksville
2020-05-20 17:09:32 -07:00
parent 518eee3a90
commit 8fc180ba15

View File

@@ -15,7 +15,7 @@ then run the following python3 code:
```
import meshtastic
interface = meshtastic.StreamInterface() # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
interface.sendData("hello mesh")
interface.sendText("hello mesh") # or sendData to send binary data, see documentations for other options.
```
For the rough notes/implementation plan see [TODO](https://github.com/meshtastic/Meshtastic-python/blob/master/TODO.md).