diff --git a/README.md b/README.md index f195f6f..e80506d 100644 --- a/README.md +++ b/README.md @@ -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).