From 0b90b2c121bab8657d590ca629c23d57e27155e2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 4 Oct 2023 22:28:49 -0400 Subject: [PATCH] Update rpitx.py try 5 --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index ca21fe4f..0cdc955e 100644 --- a/rpitx.py +++ b/rpitx.py @@ -258,7 +258,7 @@ if __name__ == "__main__": GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi 4 GPIO.setup(txLed, GPIO.OUT) - sleep(10) # delay so cubesatsim code catches up + sleep(5) # delay so cubesatsim code catches up system("echo 'hi hi de " + callsign + "' > id.txt && gen_packets -M 20 /home/pi/CubeSatSim/id.txt -o /home/pi/CubeSatSim/morse.wav -r 48000 > /dev/null 2>&1")