From 55dd2e607accc2c05c46983f6bd2b213aa612f20 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 15:10:05 -0400 Subject: [PATCH] Update transmit.py 4s tail period --- transmit.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 8b168457..f71d5352 100644 --- a/transmit.py +++ b/transmit.py @@ -822,7 +822,9 @@ if __name__ == "__main__": print("Beacon mode off so no repeater transmission") while True: - sleep(3) # wait 3 seconds for a C2C command + print("Waiting for C2C") + sleep(4) # wait 4 seconds for a C2C command + print("Ready to detect carrier") if (GPIO.input(squelch) == False) and (command_tx == True): print("Carrier detected, starting repeater") if (no_command == False):