if[[$(/home/pi/fcdctl/fcdctl -l | grep "No FCD found")]];then
if[[$(/home/pi/fcdctl/fcdctl -l | grep "No FCD found")]];then
echo"No FunCube Dongle Found!"
echo"No FUNcube Dongle Found!"
echo"Plug in FCD and try running again"
echo"Plug in FCD and try running again"
sleep 30
sleep 30
exit
exit
@ -81,7 +81,7 @@ else
fi
fi
frequency=$(zenity --list 2>/dev/null --width=410 --height=180 --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=180 --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
@ -113,7 +113,7 @@ fi
echo"Frequency is"$frequency
echo"Frequency is"$frequency
echo
echo
echo"If your CubeSatSim is transmitting in FunCube mode (mode 7) you should get some frames after 30 seconds"
echo"If your CubeSatSim is transmitting in FUNcube mode (mode 7) you should get some frames after 30 seconds"