I'm using a nodemcu devkit 0.9 with espruino v1.89. When I add these lines, my board seems to crash. I can't get the prompt and i have to disconnect en reconnect the board to usb, then make a reset. If i remove these lines, everything is fine.
This is the memory without these lines:
={ "free": 1332, "usage": 368, "total": 1700, "history": 383 }
So it's not a problem with memory limit. It seems to be a problem with xmlhttp.open, xmlhttp.setRequestHeader and xmlhttp.send. The problem appears just when I add the 3 lines. Any idea ??
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.
Hi, forgive me for my bad english.
I'm using a nodemcu devkit 0.9 with espruino v1.89. When I add these lines, my board seems to crash. I can't get the prompt and i have to disconnect en reconnect the board to usb, then make a reset. If i remove these lines, everything is fine.
This is the memory without these lines:
={ "free": 1332, "usage": 368, "total": 1700, "history": 383 }
So it's not a problem with memory limit. It seems to be a problem with xmlhttp.open, xmlhttp.setRequestHeader and xmlhttp.send. The problem appears just when I add the 3 lines. Any idea ??