mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-18 01:44:50 -05:00
Updated docs
This commit is contained in:
parent
47dfcab170
commit
fa6de7ff79
1 changed files with 9 additions and 0 deletions
|
|
@ -535,6 +535,15 @@ can be used, and offers full control over LoRa parameters.
|
||||||
# Serial port for the device
|
# Serial port for the device
|
||||||
port = /dev/ttyUSB0
|
port = /dev/ttyUSB0
|
||||||
|
|
||||||
|
# You can connect wirelessly to the
|
||||||
|
# RNode device if it supports WiFi.
|
||||||
|
|
||||||
|
# Connect by IP address
|
||||||
|
# port = tcp://10.0.0.1
|
||||||
|
|
||||||
|
# Or, connect by hostname
|
||||||
|
# port = tcp://rnodef3b9.local
|
||||||
|
|
||||||
# It is also possible to use BLE devices
|
# It is also possible to use BLE devices
|
||||||
# instead of wired serial ports. The
|
# instead of wired serial ports. The
|
||||||
# target RNode must be paired with the
|
# target RNode must be paired with the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue