summaryrefslogtreecommitdiff
path: root/x_pipe
diff options
context:
space:
mode:
authorjoan <joan@abyz.me.uk>2014-08-12 18:47:26 +0100
committerjoan <joan@abyz.me.uk>2014-08-12 18:47:26 +0100
commit0407f9e45974b8747b8ec5e0715f85f9ad0bc713 (patch)
treed67ccd125320b4ba795b08be3175791798aa0071 /x_pipe
parent517b42acff7914956f19afed1362e0939e993c83 (diff)
V18
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