I put this line
console.log(process.memory());
in the http response.on('data', function(data) {
And now it is crashing immediately, when get into this part.
@hygy 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.
I put this line
console.log(process.memory());
in the http response.on('data', function(data) {
And now it is crashing immediately, when get into this part.