So is the Espruino still responsive at that point? or can you not enter commands at all?
For now, E.enableWatchdog(10) will at least solve the problem of a complete crash.
E.enableWatchdog(10)
I'll look into it at some point (maybe next week now) and will see what I can do though...
edit: changed timeout
@Gordon 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.
So is the Espruino still responsive at that point? or can you not enter commands at all?
For now,
E.enableWatchdog(10)
will at least solve the problem of a complete crash.I'll look into it at some point (maybe next week now) and will see what I can do though...
edit: changed timeout