Update pacsat.sh set txc=lpf if Pi 5 since read doesn't work

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

@ -67,9 +67,13 @@ if [[ $(gpio -g read 7 | grep 0) ]] ; then
else
echo "TXC not present"
txc=0
fi
if [[ $(gpio -v | grep "Pi 5") ]] ; then
echo "Since Pi 5, setting TXC to LPF setting"
txc=$lpf
fi
FILE=/home/pi/CubeSatSim/battery_saver
if [ -f "$FILE" ]; then
rpitx=1

Loading…
Cancel
Save

Powered by TurnKey Linux.