From f75502f8cd68a29a1c8febd463e9f2bbdfc57c8d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 12 Nov 2023 10:08:26 -0500 Subject: [PATCH] Update rpitx.py print no_command --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 95d14741..2fb3409d 100644 --- a/rpitx.py +++ b/rpitx.py @@ -256,14 +256,14 @@ if __name__ == "__main__": squelch = config[5] print(config) print - print(callsign) +# print(callsign) print(squelch) if squelch == 8: print("squelch set to 8, no command input!") no_command = True else: no_command = False - + print(no_command) except: callsign = "AMSAT" if (debug_mode == 1):