From ac1d9978086a4b7ad3259818a53ec1c025c9f3af Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 18 Feb 2026 23:28:27 -0500 Subject: [PATCH] Update sstv_decode_prompt.sh add prints --- groundstation/sstv_decode_prompt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 04ecc353..cc026c4a 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -164,8 +164,11 @@ sudo pkill -9 rtl_test sleep 1 if [[ $(grep "No supported" out.txt) ]] || [[ $(grep "Failed to open" out.txt) ]] ; then + echo echo "No RTL-SDR detected." + else + echo "RTL-SDR detected." echo