mirror of
https://github.com/outbackdingo/Reticulum.git
synced 2026-01-27 02:20:13 +00:00
Corrected logic regression. Fixes #1014.
This commit is contained in:
@@ -185,7 +185,7 @@ class RNodeInterface(Interface):
|
||||
else:
|
||||
ble_name = ble_string
|
||||
|
||||
if port.lower().startswith(tcp_uri_scheme):
|
||||
elif port.lower().startswith(tcp_uri_scheme):
|
||||
force_tcp = True
|
||||
tcp_string = port[len(tcp_uri_scheme):]
|
||||
port = None
|
||||
|
||||
Reference in New Issue
Block a user