use framework-arduinoespressif32 3.0.1

This commit is contained in:
proddy
2024-06-09 12:44:16 +02:00
parent bc53c953e8
commit 924de1cd42
3 changed files with 166 additions and 195 deletions

View File

@@ -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