@MaBe, #4 is nice alternative to my suggestion of having this as last line
setTimeout(onInit,1000); // while developing only
and remove it before the last upload that I then finish with a save() in the console.
I came up with my suggestion in order to write to the flash only when I need to keep wear and tear as low as possible... but this show only the wear-phoby of mine...
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.
@MaBe, #4 is nice alternative to my suggestion of having this as last line
and remove it before the last upload that I then finish with a
save()
in the console.I came up with my suggestion in order to write to the flash only when I need to keep wear and tear as low as possible... but this show only the wear-phoby of mine...