From 978eb8b4ebfa05c1208978410c359cdf537fcd15 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 8 Jan 2025 08:40:04 -0500 Subject: [PATCH] Update pacsat.sh launch direwolf in separate window --- groundstation/pacsat.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index e846f248..acc304cd 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -64,10 +64,11 @@ sleep 10 #echo -direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat-loopback.conf -t 0 & +#direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat-loopback.conf -t 0 & +/usr/bin/x-terminal-emulator --geometry=120x40 -e "direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat-loopback.conf -t 0" echo -echo "The Pacsat and Pacsat Ground Station are running on this Pi using audio loopback." +echo "The Pacsat and Pacsat Ground Station are running on this Pi using audio loopback" echo