chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf683f
)
service mode worked with the LF100XF
author
ian
<ian>
Fri, 13 Jan 2006 22:13:54 +0000
(22:13 +0000)
committer
ian
<ian>
Fri, 13 Jan 2006 22:13:54 +0000
(22:13 +0000)
hostside/program-cv
patch
|
blob
|
history
diff --git
a/hostside/program-cv
b/hostside/program-cv
index 46a36dea6e4fa234e73bf5fc123885537843cbbc..55e31a76bd28d25f3997a00aa8f927e445022af3 100755
(executable)
--- a/
hostside/program-cv
+++ b/
hostside/program-cv
@@
-1,5
+1,8
@@
#!/bin/sh
+# NB at least some decoders won't program the decoder address (CV 1)
+# except in Service Mode - use program-cv-svc for that.
+
set -e
if [ $# != 4 ]; then cat >&2 <<END; exit 1; fi