added notes

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

@ -43,10 +43,18 @@ read -r choice
if [ "$choice" = "1" ]; then if [ "$choice" = "1" ]; then
frequency=145800000 frequency=145800000
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 elif [ "$choice" = "2" ]; then
frequency=434900000 frequency=434900000
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 else

Loading…
Cancel
Save

Powered by TurnKey Linux.