mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove the 1.5sec ping so now we can scroll the window
This commit is contained in:
@@ -583,6 +583,7 @@ void MyESP::_telnet_setup() {
|
|||||||
SerialAndTelnet.setCallbackOnConnect([this]() { _telnetConnected(); });
|
SerialAndTelnet.setCallbackOnConnect([this]() { _telnetConnected(); });
|
||||||
SerialAndTelnet.setCallbackOnDisconnect([this]() { _telnetDisconnected(); });
|
SerialAndTelnet.setCallbackOnDisconnect([this]() { _telnetDisconnected(); });
|
||||||
SerialAndTelnet.setDebugOutput(false);
|
SerialAndTelnet.setDebugOutput(false);
|
||||||
|
SerialAndTelnet.setPingTime(0); // default is 1500ms (1.5 seconds)
|
||||||
SerialAndTelnet.begin(TELNET_SERIAL_BAUD); // default baud is 115200
|
SerialAndTelnet.begin(TELNET_SERIAL_BAUD); // default baud is 115200
|
||||||
|
|
||||||
// init command buffer for console commands
|
// init command buffer for console commands
|
||||||
|
|||||||
Reference in New Issue
Block a user