mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
first commit using PsychicHttp
This commit is contained in:
@@ -138,7 +138,9 @@ void TelnetService::loop() {
|
||||
}
|
||||
}
|
||||
|
||||
WiFiClient client = server_.available();
|
||||
// WiFiClient client = server_.available();
|
||||
WiFiClient client = server_.accept();
|
||||
|
||||
if (client) {
|
||||
if (connections_.size() >= maximum_connections_) {
|
||||
#if UUID_TELNET_HAVE_WIFICLIENT_REMOTE
|
||||
|
||||
Reference in New Issue
Block a user