This is what save();
save();
On the right hand side of the ide, upload you code. Test it is working as intended.
Then on the left hand side of the ide, type save()
save()
This code you had uploaded is then saved into flash memory. On restart, the code will be loaded and run.
@Wilberforce 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.
This is what
save();
On the right hand side of the ide, upload you code. Test it is working as intended.
Then on the left hand side of the ide, type
save()
This code you had uploaded is then saved into flash memory. On restart, the code will be loaded and run.