From ec1d595093b6f2dba82cec41fc6a153e5ab548d4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Dec 2023 09:22:13 -0500 Subject: [PATCH] Update rpitx.py more time at start of APRS packet --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 012ee0d4..2197c7bf 100644 --- a/rpitx.py +++ b/rpitx.py @@ -388,7 +388,7 @@ if __name__ == "__main__": if (txc): output(pd, 1) output (ptt, 0) - sleep(0.1) + sleep(0.2) # add more time at start system("aplay -D hw:CARD=Headphones,DEV=0 /home/pi/CubeSatSim/telem.wav") sleep(0.1) output (ptt, 1)