@Ollie
Yes, that was very bad calling process.memory() and watch leaking .... it is fixed in 1v88 https://github.com/espruino/Espruino/blob/master/ChangeLog#L100
process.memory()
Release 1v91 work fine for all the ESPs I am having on my desk.....
Ah ok, I need to look to some newer versions. It was only the issue with the SDK and bootloader than kept me on 1.87. Thanks
@Ollie 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.
@Ollie
Yes, that was very bad calling
process.memory()
and watch leaking .... it is fixed in 1v88 https://github.com/espruino/Espruino/blob/master/ChangeLog#L100Release 1v91 work fine for all the ESPs I am having on my desk.....