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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.