From 9c6019c66dee3339e0aca28d393bfa614ae701ed Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 30 Jun 2025 07:38:29 -0400 Subject: [PATCH] Update cubicsdr.sh rtl_fm twice --- groundstation/cubicsdr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/cubicsdr.sh b/groundstation/cubicsdr.sh index 55ba8412..5d66f4c3 100755 --- a/groundstation/cubicsdr.sh +++ b/groundstation/cubicsdr.sh @@ -39,6 +39,8 @@ sudo killall -9 sdrpp &>/dev/null sudo killall -9 zenity &>/dev/null +sudo killall -9 rtl_fm &>/dev/null + zenity --info --width=650 --height=140 --title="Instructions" --text="When CubicSDR opens, select Generic RTL2832U device then click Start to begin.\n\nThen click on a signal in the watefall to listen." &