Update esphome/components/wled/wled_light_effect.cpp

This commit is contained in:
Jesse Hills 2023-12-20 09:52:36 +09:00 committed by GitHub
parent 41eb178f5a
commit 08480d24f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ void WLEDLightEffect::apply(light::AddressableLight &it, const Color &current_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) {