summaryrefslogtreecommitdiff
path: root/x_pipe
diff options
context:
space:
mode:
Diffstat (limited to 'x_pipe')
-rwxr-xr-xx_pipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/x_pipe b/x_pipe
index 1ffb59e..ff28e1e 100755
--- a/x_pipe
+++ b/x_pipe
@@ -119,7 +119,7 @@ if [[ $s = 800 ]]; then echo "PFS-b ok"; else echo "PFS-b fail ($s)"; fi
echo "pigpv" >/dev/pigpio
read -t 1 s </dev/pigout
-if [[ $s = 17 ]]; then echo "PIGPV ok"; else echo "PIGPV fail ($s)"; fi
+if [[ $s = 18 ]]; then echo "PIGPV ok"; else echo "PIGPV fail ($s)"; fi
echo "prs $GPIO 255" >/dev/pigpio
read -t 1 s </dev/pigout