This commit is contained in:
J. Nick Koston
2025-09-27 02:04:18 -05:00
parent 8b98ed16e9
commit ceb1dcba40
@@ -81,7 +81,7 @@ void ESPHomeOTAComponent::setup() {
return;
}
err = this->server_->listen(4);
err = this->server_->listen(1); // Only one client at a time
if (err != 0) {
this->log_socket_error_(LOG_STR("listen"));
this->mark_failed();