From 9995635ae857d12d2a6058f3d9666767a8c20781 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 14:59:16 -0400 Subject: [PATCH] Update transmit.py remove 3s at start, leave 3s at end --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 97bc03c4..8b168457 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(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