mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 13:43:54 +00:00
Bump FastLed version to 3.9.16 (#8402)
This commit is contained in:
@@ -34,7 +34,7 @@ void FastLEDLightOutput::write_state(light::LightState *state) {
|
||||
this->mark_shown_();
|
||||
|
||||
ESP_LOGVV(TAG, "Writing RGB values to bus...");
|
||||
this->controller_->showLeds();
|
||||
this->controller_->showLeds(this->state_parent_->current_values.get_brightness() * 255);
|
||||
}
|
||||
|
||||
} // namespace fastled_base
|
||||
|
||||
Reference in New Issue
Block a user