From 8ca088ccd7ef4cceb48a96d6eb0f4ca11e288b3a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Jul 2021 19:01:30 -0400 Subject: [PATCH] sleep 5 --- groundstation/sstv_decode.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/groundstation/sstv_decode.sh b/groundstation/sstv_decode.sh index 3836ca68..c7afae2e 100755 --- a/groundstation/sstv_decode.sh +++ b/groundstation/sstv_decode.sh @@ -7,8 +7,6 @@ echo sudo systemctl stop openwebrx -sleep 2 - sudo modprobe snd-aloop sudo killall -9 qsstv &>/dev/null @@ -25,8 +23,10 @@ sudo killall -9 rtl_fm &>/dev/null sudo killall -9 CubicSDR &>/dev/null -rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 & - qsstv & +sleep 5 + +rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 & + $SHELL