@ -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
FILE=/home/pi/CubeSatSim/battery_saver
if [ -f "$FILE" ]; then
rpitx=1
Powered by TurnKey Linux.