Update pacsatsim.sh don't do rtl_test

pull/428/head
Alan Johnston 6 days ago committed by GitHub
parent 6a9da94b09
commit e48df7ce5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,14 +50,14 @@ else
txc=0
fi
timeout 1 rtl_test &> out.txt
if [[ $(grep "No supported" out.txt) ]] ; then
echo "No RTL-SDR detected"
rtl=0
else
echo "RTL-SDR detected."
rtl=1
fi
#timeout 1 rtl_test &> out.txt
#if [[ $(grep "No supported" out.txt) ]] ; then
# echo "No RTL-SDR detected"
# rtl=0
#else
# echo "RTL-SDR detected."
# rtl=1
#fi
value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null

Loading…
Cancel
Save

Powered by TurnKey Linux.