Update rpitx.py add 5 sec sleep after first CW frame

sr-frs-rx-mode
Alan Johnston 2 years ago committed by GitHub
parent 57f12959fe
commit 0e5dc798ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -386,7 +386,7 @@ if __name__ == "__main__":
output(txLed, txLedOff)
output (ptt, 1)
sleep(5)
while True:
if GPIO.input(squelch) == False:
print("carrier received!")

Loading…
Cancel
Save

Powered by TurnKey Linux.