Yes - although more advanced. I'd actually like it to be slightly 'hidden' - because I think the main use-case is to set it up, and then to have it working in the background without it being apparent.
How is the bootup code removed
E.setBootupCode("")?
what about multiple piece of boot up code?
I think, given the advanced nature, we'd ignore that. If there was a 'getter', you'd do:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes - although more advanced. I'd actually like it to be slightly 'hidden' - because I think the main use-case is to set it up, and then to have it working in the background without it being apparent.
E.setBootupCode("")
?I think, given the advanced nature, we'd ignore that. If there was a 'getter', you'd do:
E.setBootupCode(E.getBootupCode()+"print('Hello');")