From 12bf4b7e127d29f796a7ba5687664e91e55a950a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 2 Dec 2020 19:23:44 -0500 Subject: [PATCH] moved direwolf to the end --- groundstation/aprs.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/groundstation/aprs.sh b/groundstation/aprs.sh index acdc60c2..86df436e 100755 --- a/groundstation/aprs.sh +++ b/groundstation/aprs.sh @@ -13,8 +13,6 @@ sudo killall -9 rtl_fm &>/dev/null sudo killall -9 aplay &>/dev/null -direwolf& - sudo killall -9 qsstv &>/dev/null sudo killall -9 rtl_tcp &>/dev/null @@ -25,9 +23,14 @@ sudo killall -9 CubicSDR &>/dev/null echo -e "Script to auto decode APRS packets on 144.390 MHz\n" +sleep 5 + #sudo rtl_fm -f 144.39M -s 22050 -g 48 - | multimon-ng -a AFSK1200 -A -t raw - rtl_fm -M fm -f 144.39M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 -$SHELL +sleep 5 + +direwolf +