Update pacsat.sh don't use TXC or rpitx for Pi 5

master-b
Alan Johnston 1 month ago committed by GitHub
parent bb159007b7
commit 88cfe1dd41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.