fix bitrot in an old sanity test - use correct namespace

This commit is contained in:
Kevin Hester
2024-06-25 11:31:02 -07:00
parent b58094b9ce
commit b30cde979c

View File

@@ -1,9 +1,7 @@
import time
import meshtastic
import meshtastic.serial_interface
interface = (
meshtastic.SerialInterface()
meshtastic.serial_interface.SerialInterface()
) # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
interface.sendText("hello mesh")
interface.close()