From 000641f36fff1c7c3e1582096d07e01befb2a5f3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 18 Mar 2026 15:51:03 -0400 Subject: [PATCH] Update config don't print no rtl-sdr --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 861b0624..9c01db76 100755 --- a/config +++ b/config @@ -343,7 +343,7 @@ if [ "$1" = "" ]; then timeout 1 rtl_test &> out.txt if [[ $(grep "No supported" out.txt) ]] ; then - echo "No RTL-SDR detected" +# echo "No RTL-SDR detected" rtl=0 else echo "RTL-SDR detected"