From 88cfe1dd41c07abd9a5b0c9e6a69c81053278a62 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jun 2026 14:27:42 -0400 Subject: [PATCH] Update pacsat.sh don't use TXC or rpitx for Pi 5 --- groundstation/pacsat.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index dd38ddf2..9ab5ec2d 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -73,7 +73,9 @@ card="Headphones" if [[ $(gpio -v | grep "Pi 5") ]] ; then # echo "Since Pi 5, setting TXC to LPF setting and using USB headphones" # txc=$lpf - txc=0 # don't use TXC for Pi 5 for now + echo "Don't use TXC for Pi 5 for now" + txc=0 + lpf=0 card="Device" fi