@Wilberforce, did so after start: process.memory(): { "free": 980, "usage": 720, "total": 1700, "history": 689, "gc": 5, "gctime": 1.625 }... but I will have to do while going on, because that's what I suspect that along the processing of requests it could leak. On the other hand, when run first, only WebServer got stuck, the reading of the sensor in intervals kept going...
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.
@Wilberforce, did so after start:
process.memory(): { "free": 980, "usage": 720, "total": 1700, "history": 689, "gc": 5, "gctime": 1.625 }
... but I will have to do while going on, because that's what I suspect that along the processing of requests it could leak. On the other hand, when run first, only WebServer got stuck, the reading of the sensor in intervals kept going...