JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

ESP watchdog reset when telnet client connected to RemoteDebug #57

Closed jeroenst closed 3 years ago

jeroenst commented 4 years ago

Describe the bug When a client connects to the remote debug telnet port after about 20 seconds the esp becomes unresponsive and the watchdog kicks in...

To Reproduce Steps to reproduce the behavior:

Install Arduino Upload a sketch containing remote debug ( github.com/jeroenst/espMQTT ) Connect to the telnet port Wait for esp to hang and watchdog to kick in

Expected behavior Esp should not hang

Screenshots

ets Jan 8 2013,rst cause:4, boot mode:(3,6)

wdt reset load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d v8b899c12 ~ld (setup)

Arduino Information:

OS: Linux Mint 19.1 Tessa IDE Arduino IDE Version 1.8.9 Board ESP8266 Additional context Add any other context about the problem here.

jeroenst commented 3 years ago

Tested today again, but couldn't reproduce anymore.