From 8081e1d71333ec409f67927e201f27d64900fd20 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 8 Oct 2021 10:24:25 -0400 Subject: [PATCH] added sleep 10 --- groundstation/cubicsdr-packet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/cubicsdr-packet.sh b/groundstation/cubicsdr-packet.sh index 545fa316..acc50df3 100755 --- a/groundstation/cubicsdr-packet.sh +++ b/groundstation/cubicsdr-packet.sh @@ -66,6 +66,8 @@ if [ "$choice" = "1" ] || [ "$frequency" = "144390" ] ; then echo "Note that you won't hear anything as the audio is routed to Direwolf for decoding. To hear the signal, change the Audio Out setting." echo + + sleep 10 # echo "Hit the Return key when you have done this in CubicSDR and Direwolf will start"