From c17175d66afa0fb7ff00f3b4172658480f7c6e7e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 30 Jun 2025 07:30:27 -0400 Subject: [PATCH] Update packet.sh setsid direwolf --- groundstation/packet.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 91d758ef..5263dfba 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -137,20 +137,20 @@ echo "Note that the 'Tuned to' frequency will be different from the chosen frequ echo -if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] || [ "$frequency" = "437100000" ] ; then +#if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] || [ "$frequency" = "437100000" ] ; then - echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz" +# echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz" - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & +# direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & -else +#else echo -e "Auto decoding APRS packets on $frequency Hz" # direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -t 0 & - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf & + setsid direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf & -fi +#fi sleep 5