From 7fc65a89540f0bf07df71b55af1bc571f0f1d30c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 15:37:01 -0400 Subject: [PATCH] Update transmit.py back to first 4s --- transmit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transmit.py b/transmit.py index a4d054fe..4246a498 100644 --- a/transmit.py +++ b/transmit.py @@ -826,7 +826,7 @@ if __name__ == "__main__": if (GPIO.input(squelch) == False) and (command_tx == True): print("Carrier detected, starting repeater") if (no_command == False): -# sleep(3) # wait 3 seconds before repeater mode in case it is C2C command + sleep(4) # 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 @@ -855,8 +855,8 @@ if __name__ == "__main__": if (no_command == False): system("sudo systemctl restart command") print("restarting C2C") - print("Waiting for C2C") - sleep(4) # wait 4 seconds for a C2C command +# print("Waiting for C2C") +# sleep(4) # wait 4 seconds for a C2C command print("Ready to detect carrier") else: