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