Great - at least that's some help.
You could try printing process.memory().usage every so often to see if there's some kind of leak that gets worse over time?
process.memory().usage
@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.
Great - at least that's some help.
You could try printing
process.memory().usage
every so often to see if there's some kind of leak that gets worse over time?