From 80f079bd37ef21442d32576c77383cc81157039d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 18 Sep 2021 10:12:10 -0400 Subject: [PATCH] added display notes about sources --- groundstation/packet.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 5a4dcd2d..18486710 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -47,6 +47,9 @@ if [ "$choice" = "1" ]; then elif [ "$choice" = "2" ]; then frequency=434900000 + echo + echo "If your CubeSatSim is transmitting in APRS mode (mode 1) then you should see packets." + echo elif [ "$choice" = "3" ]; then @@ -73,10 +76,16 @@ elif [ "$choice" = "5" ]; then elif [ "$choice" = "6" ]; then frequency=145825000 + echo + echo "If the ISS is overhead and in APRS mode (see tracking application such as Gpredict), you will see packets." + echo elif [ "$choice" = "7" ]; then frequency=437100000 + echo + echo "If the Serenity CubeSat is overhead and transmitting (see tracking application such as Gpredict), you will see packets." + echo #elif [ "$choice" = "6" ]; then else