Update README.md

This commit is contained in:
geoffwhittington
2022-08-17 21:51:21 -04:00
committed by GitHub
parent 827e804863
commit 125fe719f4
+3 -3
View File
@@ -27,9 +27,9 @@ $ pip install -r requirements.txt
In the `meshtastic-bridge` directory run the following:
```
BRIDGE_DISTANCE_KM=0 LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ARR=182.168.86.123 python main.py
BRIDGE_DISTANCE_KM=0 LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ADDR=182.168.86.123 python main.py
```
## Runtime Options
## Bridge Options
* `BRIDGE_DISTANCE_KM` Maximum distance from local Meshtastic device to relay messages. Default `0` (no limit)
* `BRIDGE_DISTANCE_KM` Do not bridge messages from nodes that more than BRIDGE_DISTANCE_KM kilometers from the local Meshtastic device. Default `0` (no limit)