mirror of
https://github.com/esphome/esphome.git
synced 2025-09-28 08:02:23 +01: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