From c38c3e6dcf895bcd30f8381060d294dfdd37b651 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Jun 2025 11:42:37 -0400 Subject: [PATCH] Update transmit.py don't turn off C2C if squelch is 8 --- transmit.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/transmit.py b/transmit.py index 51a39434..907f8fcc 100644 --- a/transmit.py +++ b/transmit.py @@ -316,11 +316,11 @@ if __name__ == "__main__": print # print(callsign) print(sq) - if sq == '8': - print("squelch set to 8, no command input!") - no_command = True - else: - no_command = False +# if sq == '8': +# print("squelch set to 8, no command input!") +# no_command = True +# else: + no_command = False print(no_command) except: callsign = "AMSAT"