From e83fef687052ec0e0102d0ddcff6df4ce53e1461 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Oct 2021 17:03:17 -0400 Subject: [PATCH] added missing freqs --- groundstation/packet.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 10fb50b8..f41d72bc 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -49,7 +49,7 @@ read -r choice fi -if [ "$choice" = "1" ]; then +if [ "$choice" = "1" ] || [ "$frequency" = "144390" ]; then frequency=144390000 @@ -60,11 +60,11 @@ elif [ "$choice" = "2" ] || [ "$frequency" = "434900" ] ; then echo "If your CubeSatSim is transmitting in APRS mode (mode 1) then you should see packets." echo -elif [ "$choice" = "3" ]; then +elif [ "$choice" = "3" ] || [ "$frequency" = "144800" ]; then frequency=144800000 -elif [ "$choice" = "4" ]; then +elif [ "$choice" = "4" ] || [ "$frequency" = "145175" ]; then frequency=145175000