LennartHennigs / ESPTelnet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: change port, disconnect client

modest1981 opened this issue · comments

Hello
Is there any way I can change the default listening port (23)?

Is there any way I can disconnect the client?

Thanks for the help but I can't understand the second part. Could you explain more in detail?

Hey, just pushed a change.
You can now define a custom port via the begin(uint16_t port) function.
And added clientDisconnect(). I use them one in the standard example.
It is not yet part of a full release.

This is now part of 1.3.0