Update transmit.py 4s tail period

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent 9995635ae8
commit 55dd2e607a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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):

Loading…
Cancel
Save

Powered by TurnKey Linux.