remove save() from function onInit();
If you want to save your code add this as last line:
setTimeout(save,2000);
@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.
remove save() from function onInit();
If you want to save your code add this as last line: