From 17270c255aeb61fd02e6e868147a791576428c2b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 28 May 2026 23:08:01 -0400 Subject: [PATCH] Update config don't check for rtl_sdr --- config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config b/config index 36379864..324a5512 100755 --- a/config +++ b/config @@ -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:"