mirror of
https://github.com/meshtastic/python.git
synced 2026-05-19 05:46:14 -04:00
doc updates
This commit is contained in:
@@ -14,8 +14,7 @@ then run the following python3 code:
|
||||
|
||||
```
|
||||
import meshtastic
|
||||
|
||||
interface = StreamInterface() # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
|
||||
interface = meshtastic.StreamInterface() # By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
|
||||
interface.sendData("hello world")
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user