From 827e80486330685de598e1cf2026d471ccacd3ef Mon Sep 17 00:00:00 2001 From: geoffwhittington Date: Wed, 17 Aug 2022 21:45:22 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ccb64..c074684 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,9 @@ $ pip install -r requirements.txt In the `meshtastic-bridge` directory run the following: ``` -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_ARR=182.168.86.123 python main.py ``` + +## Runtime Options + +* `BRIDGE_DISTANCE_KM` Maximum distance from local Meshtastic device to relay messages. Default `0` (no limit)