Close port when inactive
Unfortunately it isn't the same, because I'm usually want to collect log data in background (without focus).
responseSting
Nice catch, thank you!
Serial.systemDebugOutput(false) is used the following lines came from serial by debugf() function calls. Any way to prevent this behaviour?
At least you can redefine debugf method.
But anyway module print bootloader output at start.
Pull-request created.
Thank you very much. It is already tested on hardware, yes?
Basicly it works, but after closing/reinitiating the connection sometimes I get reset of the esp.
Not sure yet what is causing this but will check further.
You missed one variable initialization in TcpClient, small mistake I have pushed commit to fix TcpServer working.