OK - so I completely missed save(). Oops!
So, save() stores the program and variables in memory. That works. If I reset the board and then run dump(), it's all there.
What is not clear is how I get the board to start the program on power up (as opposed to pressing the reset).
@uberboffin 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.
OK - so I completely missed save(). Oops!
So, save() stores the program and variables in memory. That works. If I reset the board and then run dump(), it's all there.
What is not clear is how I get the board to start the program on power up (as opposed to pressing the reset).