@tve see process.memory() from Espruino board V1.3 Some explanation is here
@JumJum 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.
@tve see process.memory() from Espruino board V1.3
Some explanation is here
hope, this helps a bit
process.memory();
={ "free": 2222, "usage": 28, "total": 2250, "history": 14,
"stackEndAddress": 536910336, "flash_start": 134217728, "flash_binary_end": 228024, "flash_code_start": 134449152, "flash_length": 262144 }