mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 01:08:03 +01:00
Update esphome/components/wled/wled_light_effect.cpp
This commit is contained in:
parent
41eb178f5a
commit
08480d24f0
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ void WLEDLightEffect::apply(light::AddressableLight &it, const Color ¤t_co
|
|||
ESP_LOGW(TAG, "Socket unable to set sockaddr: errno %d", errno);
|
||||
return;
|
||||
}
|
||||
server.ss_family = AF_INET;
|
||||
|
||||
err = this->socket_->bind((struct sockaddr *) &server, sizeof(server));
|
||||
if (err != 0) {
|
||||
|
|
Loading…
Reference in a new issue