From e191778198f8288d59c7c85c66e750e09a6a206a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 4 Oct 2023 22:25:57 -0400 Subject: [PATCH] Update rpitx.py 10 sec back in --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index b4167403..ca21fe4f 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(10) # 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")