mirror of
https://github.com/esphome/esphome.git
synced 2026-09-12 15:57:33 +00:00
fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user