Merge pull request #611 from geeksville/pr-fixbitrot

fix bitrot in an old sanity test - use correct namespace
This commit is contained in:
Ian McEwen authored and GitHub committed 2024-06-25 12:52:21 -07:00
commit c2a2d5a77c
1 file changed
+2 -4
+2 -4
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()