1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 13:22:19 +01:00
This commit is contained in:
J. Nick Koston
2025-07-24 21:01:47 -10:00
parent 3f33f04651
commit f33419a3aa

View File

@@ -19,8 +19,6 @@ void TLC5947::setup() {
}
this->pwm_amounts_.resize(this->num_chips_ * N_CHANNELS_PER_CHIP, 0);
ESP_LOGCONFIG(TAG, "Done setting up TLC5947 output component.");
}
void TLC5947::dump_config() {
ESP_LOGCONFIG(TAG, "TLC5947:");