From 9408a4a1b6379c4b0632acaf9f6dd67a3cd07042 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 16 Aug 2021 18:16:10 -0400 Subject: [PATCH] Update aprs-cubicsdr.sh --- groundstation/aprs-cubicsdr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/aprs-cubicsdr.sh b/groundstation/aprs-cubicsdr.sh index 2b7f1a4b..bd20f24d 100755 --- a/groundstation/aprs-cubicsdr.sh +++ b/groundstation/aprs-cubicsdr.sh @@ -5,15 +5,15 @@ echo "Script to run CubicSDR and Direwolf for ARISS Radio Pi" echo -sudo killall -9 CubicSDR +sudo killall -9 CubicSDR &>/dev/null sleep 5 sudo modprobe snd-aloop -echo "Run CubicSDR, Select Generic RTL2832 device then click Start to begin" +echo "Now run CubicSDR (Under Pi/Hamradio), Select Generic RTL2832 device then click Start to begin." -echo "Then select File/Session/Open Session then load cubicsdr-aprs-direwolf.xml" +echo "Then select File/Session/Open Session then load cubicsdr-aprs-direwolf.xml then Open." echo