Also, if you do process.memory() in the 'main scope' of the code you upload, it'll be run while the String of text that contains all the JS code is still in memory.
There were some issues with the old one (like leaving clock source code around). There's actually an issue tracking this at https://github.com/espruino/BangleApps/issues/65 - I may modify things soon to really make sure everything is torn down before an app gets run.
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.
Are you using an up to date bootloader and settings app from https://banglejs.com/apps/ ?
Also, if you do
process.memory()
in the 'main scope' of the code you upload, it'll be run while the String of text that contains all the JS code is still in memory.There were some issues with the old one (like leaving clock source code around). There's actually an issue tracking this at https://github.com/espruino/BangleApps/issues/65 - I may modify things soon to really make sure everything is torn down before an app gets run.