From cc03579e32d0ae6856c3d4144a9db118199eee41 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Oct 2021 11:50:18 -0400 Subject: [PATCH] added rest --- groundstation/packet.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 6f69e27e..34c7b1fe 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -68,7 +68,7 @@ elif [ "$choice" = "4" ]; then frequency=145175000 -elif [ "$choice" = "5" ]; then +elif [ "$choice" = "5" ] || [ "$frequency" = "Other" ] ; then echo @@ -82,21 +82,21 @@ elif [ "$choice" = "5" ]; then #echo $frequency -elif [ "$choice" = "6" ]; then +elif [ "$choice" = "6" ] || [ "$frequency" = "145825" ] ; 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 +elif [ "$choice" = "7" ] || [ "$frequency" = "437100" ] ; 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" = "8" ]; then +elif [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] ; then echo "A recorded WAV file will play and you should see some packets decoded" @@ -121,7 +121,7 @@ elif [ "$choice" = "8" ]; then exit -else +elif [ "$choice" = "8" ] || [ "$frequency" = "APRS" ] ; then echo "A recorded APRS WAV file from the CubeSatSim will play and you should see a packet decoded."