mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-18 06:20:38 -04:00
Added Python library
This commit is contained in:
parent
5f84685287
commit
92e88ab951
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ rnode = RNodeInterface(
|
||||||
txpower = 2,
|
txpower = 2,
|
||||||
sf = 7,
|
sf = 7,
|
||||||
cr = 5,
|
cr = 5,
|
||||||
loglevel = *RnodeInterface.LOG_DEBUG)
|
loglevel = RnodeInterface.LOG_DEBUG)
|
||||||
|
|
||||||
rnode.send("Hello World!")
|
rnode.send("Hello World!")
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue