You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the strangest exception being thrown and I'm at a loss.
When I don't have the serial cable plugged in to the NodeMCU 12e, everything works as it should.
The problem only occurs when I have the cable plugged in and trying to monitor the debug information through the serial monitor. I get an exception thrown as soon as I it hits webSocketClient.sendTXT(buffer); method and then exists with - ets Jan 8 2013,rst cause:2, boot mode:(3,6)
from the function names and the call stack its looks like out of free memory to me.
how big is you buffer and how many RAM is free before your sendFrame call?
Hi Links2004
I have the strangest exception being thrown and I'm at a loss.
When I don't have the serial cable plugged in to the NodeMCU 12e, everything works as it should.
The problem only occurs when I have the cable plugged in and trying to monitor the debug information through the serial monitor. I get an exception thrown as soon as I it hits webSocketClient.sendTXT(buffer); method and then exists with - ets Jan 8 2013,rst cause:2, boot mode:(3,6)
Im running the firmware on 1.5.4.1-final that I built off of https://nodemcu-build.com/
Arduino 1.8.3 running the stable board manager package from http://arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json
I wondering if you have come into a scenario like this before?
Thank you in advance
The text was updated successfully, but these errors were encountered: