mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
use framework-arduinoespressif32 3.0.1
This commit is contained in:
@@ -138,7 +138,7 @@ void TelnetService::loop() {
|
||||
}
|
||||
}
|
||||
|
||||
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