From 7da55ea88958c9d55ac90cab26c53d115b7d7274 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 18 Feb 2026 15:57:07 -0500 Subject: [PATCH] Update packet.sh don't run direwolf in background if txc --- groundstation/packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 1541f54d..cbcd8e3a 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -183,7 +183,7 @@ echo gpio -g mode 21 out # set PD high gpio -g write 21 1 - setsid direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14-device.conf & + setsid direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14-device.conf else echo "No USB Sound Card present - need to plug it in."