edited echos

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

@ -43,18 +43,17 @@ read -r choice
if [ "$choice" = "1" ]; then if [ "$choice" = "1" ]; then
frequency=145800000 frequency=145800000
echo "Frequency is " $frequency echo "Frequency is" $frequency
echo echo
echo "If the ISS is overhead (check Gpredict) and in SSTV mode (see social media), you can receive images." echo "If the ISS is overhead (check Gpredict) and in SSTV mode (see social media), you can receive images."
echo
elif [ "$choice" = "2" ]; then elif [ "$choice" = "2" ]; then
frequency=434900000 frequency=434900000
echo "Frequency is" $frequency
echo echo
echo "If your CubeSatSim is transmitting in SSTV mode (mode 6) you should get images." echo "If your CubeSatSim is transmitting in SSTV mode (mode 6) you should get images."
echo "Note: if you see and hear an SSTV signal but don't get any images, the CubeSatSim signal might have a frequency offset. Try rebooting the CubeSatSim to fix." echo "Note: if you see and hear an SSTV signal but don't get any images, the CubeSatSim signal might have a frequency offset. Try rebooting the CubeSatSim to fix."
echo
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.