From cb3aa620f4e431cdd72147b45dc8e9adeb23cf86 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 17 Jan 2026 15:48:38 -0500 Subject: [PATCH] Update transmit.py fix if --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 6ed36795..c41a4731 100644 --- a/transmit.py +++ b/transmit.py @@ -348,7 +348,7 @@ if __name__ == "__main__": if GPIO.input(squelch) == False: print("squelch not set correctly, no command input!") else: - if (mode != 'n') and (mode !'= 'x'): + if (mode != 'n') and (mode != 'x'): print("command and control is activated") no_command = False system("sudo systemctl start command")