Sounds like you need to use save() to persist your code to flash. It's not the default behaviour, what you load to the board over the IDE exists until powered off or reset.
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.
Sounds like you need to use
save()
to persist your code to flash. It's not the default behaviour, what you load to the board over the IDE exists until powered off or reset.