LennartHennigs / ESPTelnet

ESP library that allows you to setup a telnet server for debugging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esptelnet doesnot go along with sntp

bebek opened this issue · comments

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.