1
0
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:
Andrew J.Swan
2025-05-01 04:07:55 +03:00
committed by GitHub
parent d2b4dba51f
commit e8a3de2642
3 changed files with 3 additions and 6 deletions

View File

@@ -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