From c4b18a1e2de902d57a76c8c93bffba52f97d8737 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 28 Mar 2024 12:13:27 -0400 Subject: [PATCH] Update rpitx.py fix bug of ignoring callsign in config file --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 45268738..01be5490 100644 --- a/rpitx.py +++ b/rpitx.py @@ -341,8 +341,8 @@ if __name__ == "__main__": if sq == '8': print("squelch set to 8, no command input!") no_command = True -# else: -# no_command = False + else: + no_command = False print(no_command) except: callsign = "AMSAT"