add sanity prerelease tests

This commit is contained in:
Kevin Hester
2020-12-09 09:21:41 +08:00
parent 0662c2b2ac
commit 1f91f541ef
6 changed files with 21 additions and 2 deletions

View File

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