or like this ;-)
testing = true ; // false; ..... // upload start or save if (testing) { setTimeout(() => { onInit(); }, 1E3); } else { setTimeout(() => { save(); }, 1E3); }
@MaBe started
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.
or like this ;-)