Update fctelem.sh fix menu

pull/370/head
Alan Johnston 6 months ago committed by GitHub
parent 5384ce0c8b
commit b42df4392a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,7 +79,7 @@ else
fi fi
frequency=$(zenity --list 2>/dev/null --width=410 --height=220 --title="FunCube Telem Decoding" --text="Choose the frequency for FunCube decoding:" --column="kHz" --column="Use" 434900 "CubeSatSim" Other "Choose another frequency") frequency=$(zenity --list 2>/dev/null --width=410 --height=200 --title="FunCube Telem Decoding" --text="Choose the frequency for FunCube decoding:" --column="kHz" --column="Use" 434900 "CubeSatSim" Other "Choose another frequency")
echo $frequency echo $frequency
@ -94,10 +94,6 @@ fi
if [ "$frequency" = "434900" ]; then if [ "$frequency" = "434900" ]; then
frequency=434900000 frequency=434900000
echo "Frequency is" $frequency
echo
echo "If your CubeSatSim is transmitting in SSTV mode (mode 5) 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."
elif [ "$frequency" = "Other" ]; then elif [ "$frequency" = "Other" ]; then
@ -113,6 +109,12 @@ frequency=$frequency"000"
fi fi
echo "Frequency is" $frequency
echo
echo "If your CubeSatSim is transmitting in FunCube mode (mode 7) you should get some frames after 30 seconds"
echo
sleep 3
# FILE=/home/pi/CubeSatSim/groundstation/public_html # FILE=/home/pi/CubeSatSim/groundstation/public_html

Loading…
Cancel
Save

Powered by TurnKey Linux.