Ah thanks, so in that case, that won't help. Looks like OP is passing true for alwaysExec already. So @user87803 it looks like it will persist beyond reset() but not reset(true) which is going to empty the flash.
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.
Ah thanks, so in that case, that won't help. Looks like OP is passing true for
alwaysExec
already. So @user87803 it looks like it will persist beyondreset()
but notreset(true)
which is going to empty the flash.