Update config don't check for rtl_sdr

pull/428/head
Alan Johnston 7 days ago committed by GitHub
parent a5a3f5c137
commit 17270c255a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -355,14 +355,14 @@ if [ "$1" = "" ]; then
txc=0
fi
timeout 1 rtl_test &> out.txt
if [[ $(grep "No supported" out.txt) ]] ; then
# 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
# rtl=0
# else
# echo "RTL-SDR detected"
# rtl=1
# fi
echo
echo -e "Current sim.cfg configuration file:"

Loading…
Cancel
Save

Powered by TurnKey Linux.