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")