This commit is contained in:
Geoff Whittington
2022-08-17 21:55:12 -04:00
parent 160e5eb028
commit a8643b166e
+1 -1
View File
@@ -31,7 +31,7 @@ SUPPORTED_MESSAGES = [
'TEXT_MESSAGE_APP'
]
SUPPORTED_BRIDGE_DISTANCE_KM = 5
SUPPORTED_BRIDGE_DISTANCE_KM = int(os.environ['BRIDGE_DISTANCE_KM']) if 'BRIDGE_DISTANCE_KM' in os.environ else 0
CHANNEL_INDEX = 0
NODE_PROXY = {BROADCAST_ADDR: BROADCAST_ADDR}