add archive (files probably no longer used)

here we can find old files
This commit is contained in:
l_samenv
2022-08-22 15:28:09 +02:00
parent 6c83e592de
commit 4d9961fe5c
85 changed files with 3635 additions and 0 deletions

View File

@ -0,0 +1,22 @@
namespace eval bin {} {
}
proc stdConfig::bin {} {
controller bin chksum-crc 5
obj BIN upd
prop read bin::poll
}
proc bin::read {} {
sct send " / dump"
sct print poll
return bin::update
}
proc bin::update {} {
sct print [sct result]
return idle
}