mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
added telnet write timeout
This commit is contained in:
@@ -438,7 +438,7 @@ void Console::start() {
|
|||||||
// note, this must be started after the network/wifi for ESP32 otherwise it'll crash
|
// note, this must be started after the network/wifi for ESP32 otherwise it'll crash
|
||||||
#ifndef EMSESP_STANDALONE
|
#ifndef EMSESP_STANDALONE
|
||||||
telnet_.start();
|
telnet_.start();
|
||||||
// telnet_.default_write_timeout(1000); // in ms, socket timeout 1 second
|
telnet_.default_write_timeout(1000); // in ms, socket timeout 1 second
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user