Skip to content

Commit b30cde9

Browse files
committed
fix bitrot in an old sanity test - use correct namespace
1 parent b58094b commit b30cde9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/hello_world.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import time
2-
3-
import meshtastic
1+
import meshtastic.serial_interface
42

53
interface = (
6-
meshtastic.SerialInterface()
4+
meshtastic.serial_interface.SerialInterface()
75
) # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
86
interface.sendText("hello mesh")
97
interface.close()

0 commit comments

Comments
 (0)