From 153b6fa5ae82a5b00ec2077f952d8050621e5540 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Mar 2026 14:10:43 -0400 Subject: [PATCH] Update pacsat.sh add sleep 2 after print of frequency --- groundstation/pacsat.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 53e3b3b0..23f115e1 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -151,6 +151,7 @@ echo $txfrequency echo -n "Receive Frequency is " echo $rxfrequency echo +sleep 2 sudo sed -i "s/TNC_TX_DELAY=.*$/TNC_TX_DELAY=750/g" /home/pi/PacSatGround/PacSatGround.properties sudo sed -i "s/TNC_TX_DELAY=.*$/TNC_TX_DELAY=750/g" /home/pi/PacSatGroundLoop/PacSatGround.properties