Update transmit.py fix if

send-commands
Alan Johnston 3 weeks ago committed by GitHub
parent d1f35018e0
commit cb3aa620f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.