pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 4ceb0f50a4
commit cc03579e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ elif [ "$choice" = "4" ]; then
frequency=145175000 frequency=145175000
elif [ "$choice" = "5" ]; then elif [ "$choice" = "5" ] || [ "$frequency" = "Other" ] ; then
echo echo
@ -82,21 +82,21 @@ elif [ "$choice" = "5" ]; then
#echo $frequency #echo $frequency
elif [ "$choice" = "6" ]; then elif [ "$choice" = "6" ] || [ "$frequency" = "145825" ] ; then
frequency=145825000 frequency=145825000
echo echo
echo "If the ISS is overhead and in APRS mode (see tracking application such as Gpredict), you will see packets." echo "If the ISS is overhead and in APRS mode (see tracking application such as Gpredict), you will see packets."
echo echo
elif [ "$choice" = "7" ]; then elif [ "$choice" = "7" ] || [ "$frequency" = "437100" ] ; then
frequency=437100000 frequency=437100000
echo echo
echo "If the Serenity CubeSat is overhead and transmitting (see tracking application such as Gpredict), you will see packets." echo "If the Serenity CubeSat is overhead and transmitting (see tracking application such as Gpredict), you will see packets."
echo 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" echo "A recorded WAV file will play and you should see some packets decoded"
@ -121,7 +121,7 @@ elif [ "$choice" = "8" ]; then
exit 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." echo "A recorded APRS WAV file from the CubeSatSim will play and you should see a packet decoded."

Loading…
Cancel
Save

Powered by TurnKey Linux.