mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Fix e131 and voice_assistant sockets (#5502)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
9d95f5c1da
commit
41f29c46d0
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ void E131Component::setup() {
|
||||||
this->mark_failed();
|
this->mark_failed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
server.ss_family = AF_INET;
|
|
||||||
|
|
||||||
err = this->socket_->bind((struct sockaddr *) &server, sizeof(server));
|
err = this->socket_->bind((struct sockaddr *) &server, sizeof(server));
|
||||||
if (err != 0) {
|
if (err != 0) {
|
||||||
|
|
Loading…
Reference in a new issue