Update config fix RTL-SDR detection

master-b
Alan Johnston 1 day ago committed by GitHub
parent c43f91312a
commit 3c828362b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.