From bb159007b71865f1f8c35630cab1368ca80f4a8d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jun 2026 14:25:08 -0400 Subject: [PATCH] Update pacsat.sh don't use TXC for Pi 5 --- groundstation/pacsat.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index dda7f002..dd38ddf2 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -1,4 +1,4 @@ -#!/bin/bash +P#!/bin/bash function start-rtl { @@ -71,8 +71,9 @@ fi card="Headphones" if [[ $(gpio -v | grep "Pi 5") ]] ; then - echo "Since Pi 5, setting TXC to LPF setting and using USB headphones" - txc=$lpf +# 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 card="Device" fi