There's a high likelihood that you're just not closing the POST request with .end() - it's then left open, eating up memory space until memory runs out.
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.
Could you post your entire code?
There's a high likelihood that you're just not closing the POST request with
.end()
- it's then left open, eating up memory space until memory runs out.