We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b58094b + b30cde9 commit c2a2d5aCopy full SHA for c2a2d5a
1 file changed
tests/hello_world.py
@@ -1,9 +1,7 @@
1
-import time
2
-
3
-import meshtastic
+import meshtastic.serial_interface
4
5
interface = (
6
- meshtastic.SerialInterface()
+ meshtastic.serial_interface.SerialInterface()
7
) # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
8
interface.sendText("hello mesh")
9
interface.close()
0 commit comments