From 368ee6352609e42352c7e8eaee862d588b4aba81 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 4 Oct 2023 22:31:00 -0400 Subject: [PATCH] Update rpitx.py back to 10 --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 0cdc955e..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(5) # 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")