projects
/
pigpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c5500
)
V32
author
joan
<joan@abyz.co.uk>
Thu, 23 Apr 2015 11:35:04 +0000
(12:35 +0100)
committer
joan
<joan@abyz.co.uk>
Thu, 23 Apr 2015 11:35:04 +0000
(12:35 +0100)
x_pigs
patch
|
blob
|
history
diff --git
a/x_pigs
b/x_pigs
index 143ff4e5b70608c3aa3b410e36f84dc9d237a40b..e791e0b8ad379e75e65009e3ff364803579eacc2 100755
(executable)
--- a/
x_pigs
+++ b/
x_pigs
@@
-49,7
+49,7
@@
s=$(pigs bs2 0)
if [[ $s = "" ]]; then echo "BS2 ok"; else echo "BS2 fail ($s)"; fi
s=$(pigs h)
-if [[ ${#s} = 51
67
]]; then echo "HELP ok"; else echo "HELP fail (${#s})"; fi
+if [[ ${#s} = 51
93
]]; then echo "HELP ok"; else echo "HELP fail (${#s})"; fi
s=$(pigs hwver)
if [[ $s -ne 0 ]]; then echo "HWVER ok"; else echo "HWVER fail ($s)"; fi