mirror of
https://github.com/meshtastic/python.git
synced 2026-04-19 06:17:07 -04:00
add sanity prerelease tests
This commit is contained in:
6
tests/hello_world.py
Normal file
6
tests/hello_world.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import meshtastic
|
||||
import time
|
||||
|
||||
interface = meshtastic.SerialInterface() # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
|
||||
interface.sendText("hello mesh")
|
||||
interface.close()
|
||||
Reference in New Issue
Block a user