1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 08:02:23 +01:00
This commit is contained in:
J. Nick Koston
2025-09-27 02:04:18 -05:00
parent 8b98ed16e9
commit ceb1dcba40

View File

@@ -81,7 +81,7 @@ void ESPHomeOTAComponent::setup() {
return; return;
} }
err = this->server_->listen(4); err = this->server_->listen(1); // Only one client at a time
if (err != 0) { if (err != 0) {
this->log_socket_error_(LOG_STR("listen")); this->log_socket_error_(LOG_STR("listen"));
this->mark_failed(); this->mark_failed();