Update transmit.py don't stop C2C in repeater mode

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent c59019dc6c
commit 85d97813ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -798,8 +798,8 @@ if __name__ == "__main__":
sleep(0.6)
elif (mode == 'e'): # code based on https://zr6aic.blogspot.com/2016/11/creating-2m-fm-repeater-with-raspberry.html
print("Cross Band Repeater")
print("Stopping command and control")
system("sudo systemctl stop command")
# print("Stopping command and control")
# system("sudo systemctl stop command")
print("turn on FM rx")
output(pd, 1)
output(ptt, 1)

Loading…
Cancel
Save

Powered by TurnKey Linux.