mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-17 09:24:31 -05:00
Corrected logic regression. Fixes #1004.
This commit is contained in:
parent
b798c84160
commit
bcd6de015d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue