Update transmit.py add 1 sec between keys

fc-c
Alan Johnston 10 months ago committed by GitHub
parent a7cd85cf76
commit a99043ae1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -811,7 +811,7 @@ if __name__ == "__main__":
txf = float(tx) - 289.9
print("Transmit frequency: ",txf)
while True:
sleep(0.5)
sleep(1)
if (GPIO.input(squelch) == False):
print("Carrier detected, starting repeater")
GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi Zero 2 and Pi 4

Loading…
Cancel
Save

Powered by TurnKey Linux.