LennartHennigs / ESPTelnet

ESP library that allows you to setup a telnet server for debugging.
MIT License
215 stars 35 forks source link

Esptelnet doesnot go along with sntp #62

Closed bebek closed 8 months ago

bebek commented 8 months ago

Hello here is the problem I found. Esptelnet works great assuming sntp does not trigger a a new time request.

I can connect, use and disconnect a telnet connection between two time resync.

If a time resync is triggered by the sntp while the telnet session is active then the App stops.

I use the sntp included in the ESP32 core.

Let me know if you need more information. Thanks for this excellent lib Bebek.

I tried to write a small sketch to reproduce the problem. Seems it works ... the problem must be elsewhere. Something else in my code creating the pb. I must dig deeper to find what is wrong. you can delete this none issue.