From 7f14b547cd223e136adea4dc1b4fa2500a43e26b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 24 Aug 2021 09:52:31 -0400 Subject: [PATCH] added Tuned to note --- groundstation/aprs.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/groundstation/aprs.sh b/groundstation/aprs.sh index 797fddfe..106c5d2d 100755 --- a/groundstation/aprs.sh +++ b/groundstation/aprs.sh @@ -26,6 +26,7 @@ sudo killall -9 CubicSDR &>/dev/null echo echo "Choose the number for the frequency for APRS decoding:" +echo echo "1. APRS US 2m (144390 kHz)" echo "2. CubeSatSim (434900 kHz)" echo "3. APRS European 2m (144800 kHz)" @@ -65,8 +66,11 @@ frequency=$frequency"000" fi -echo $frequency +#echo $frequency + +echo "Note that the 'Tuned to' frequency will be different from this frequency due to the way SDRs work." +echo echo -e "Script to auto decode APRS packets on $frequency\n"