From 86a17ea38e2065a613cca77fdfda70888647debf Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 17 Mar 2026 19:44:03 -0400 Subject: [PATCH] Update pacsatsim.sh fix else --- pacsatsim.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pacsatsim.sh b/pacsatsim.sh index 20bb50f1..78c952a8 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -43,10 +43,10 @@ fi gpio -g mode 7 up if [[ $(gpio -g read 7 | grep 0) ]] ; then - echo "TXC is present" - txc=1 -else: - echo "TXC not present" + echo "TXC is present" + txc=1 +else + echo "TXC not present" txc=0 fi