Skip to content

Commit c2a2d5a

Browse files
authored
Merge pull request #611 from geeksville/pr-fixbitrot
fix bitrot in an old sanity test - use correct namespace
2 parents b58094b + b30cde9 commit c2a2d5a

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)