mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
Merge branch 'master' of github.com:rxt1077/Meshtastic-python
This commit is contained in:
commit
0f7bc8d5f6
1 file changed
+1
-1
@@ -511,7 +511,7 @@ def common():
|
||||
# We assume client is fully connected now
|
||||
onConnected(client)
|
||||
|
||||
if args.noproto or (args.tunnel and have_tunnel): # loop until someone presses ctrlc
|
||||
if args.noproto or (have_tunnel and args.tunnel): # loop until someone presses ctrlc
|
||||
while True:
|
||||
time.sleep(1000)
|
||||
|
||||
|
||||
Reference in new issue
Block a user