From 5eea4237f7e00d2d8401438bbd98729e138f80ee Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Mar 2026 13:51:40 -0400 Subject: [PATCH] Update pacsat.sh add rx frequency print --- groundstation/pacsat.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index e0445e34..53e3b3b0 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -141,12 +141,15 @@ echo "$value" > /dev/null set -- $value callsign="$1" -frequency="$7e3" +txfrequency="$7e3" +rxfrequency="$8e3" echo -n "Callsign is " echo $callsign echo -n "Transmit Frequency is " -echo $frequency +echo $txfrequency +echo -n "Receive Frequency is " +echo $rxfrequency echo sudo sed -i "s/TNC_TX_DELAY=.*$/TNC_TX_DELAY=750/g" /home/pi/PacSatGround/PacSatGround.properties