Update pacsatsim.sh fix else

master-b-p-s
Alan Johnston 4 months ago committed by GitHub
parent 28c335c985
commit 86a17ea38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,10 +43,10 @@ fi
gpio -g mode 7 up gpio -g mode 7 up
if [[ $(gpio -g read 7 | grep 0) ]] ; then if [[ $(gpio -g read 7 | grep 0) ]] ; then
echo "TXC is present" echo "TXC is present"
txc=1 txc=1
else: else
echo "TXC not present" echo "TXC not present"
txc=0 txc=0
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.