From b341b6cfdbef62964570edc211492dc39fa6c252 Mon Sep 17 00:00:00 2001 From: Beiri22 Date: Thu, 30 Dec 2021 10:31:27 +0100 Subject: [PATCH] Update __main__.py Main loop also in reply mode. --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index c8e07ee..b574bad 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -640,7 +640,7 @@ def common(): #if logfile: #logfile.close() - if args.noproto or (have_tunnel and args.tunnel): # loop until someone presses ctrlc + if args.noproto or args.reply or (have_tunnel and args.tunnel): # loop until someone presses ctrlc while True: time.sleep(1000)