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
frequency=145800000
echo "Frequency is " $frequency
echo "Frequency is" $frequency
echo
echo "If the ISS is overhead (check Gpredict) and in SSTV mode (see social media), you can receive images."
echo
elif [ "$choice" = "2" ]; then
frequency=434900000
echo "Frequency is" $frequency
echo
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
else

Loading…
Cancel
Save

Powered by TurnKey Linux.