From 0e5dc798ee44ed88a867ddf07300b864270e19a3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 18 Aug 2023 17:23:20 -0400 Subject: [PATCH] Update rpitx.py add 5 sec sleep after first CW frame --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 0cdb30dc..a458b85e 100644 --- a/rpitx.py +++ b/rpitx.py @@ -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!")