Update transmit.py try 3s delay in repeater

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

@ -825,7 +825,7 @@ if __name__ == "__main__":
if (GPIO.input(squelch) == False) and (command_tx == True):
print("Carrier detected, starting repeater")
if (no_command == False):
sleep(5) # wait 5 seconds before repeater mode in case it is C2C command
sleep(3) # wait 3 seconds before repeater mode in case it is C2C command
print("stopping C2C")
system("sudo systemctl stop command")
GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi Zero 2 and Pi 4

Loading…
Cancel
Save

Powered by TurnKey Linux.