Also, you can just type save() on the left-hand side when you have everything as you want it.
Save on send -> saves your actual JS code to Espruino and runs it at startup
save() -> saves an image of the current state of the interpreter to flash. If you've tweaked something on the left hand side and want to keep what you've done, use that.
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.
Also, you can just type
save()
on the left-hand side when you have everything as you want it.Save on send
-> saves your actual JS code to Espruino and runs it at startupsave()
-> saves an image of the current state of the interpreter to flash. If you've tweaked something on the left hand side and want to keep what you've done, use that.