It’s all nice and well, but a JeeNode Zero which needs to remain tethered to a host to set it up after each reset is not very useful. Fortunately, this can be fixed using a simple recipe:
add these two lines at the start of the source file:<<<core>>> compiletoflash add this line at the end, assuming that the main routine is called read-enc:
: init init unattended read-enc ; That’s it.
↧