This commit is contained in:
J. Nick Koston 2025-07-24 21:01:47 -10:00
parent 3f33f04651
commit f33419a3aa
No known key found for this signature in database

View File

@ -19,8 +19,6 @@ void TLC5947::setup() {
} }
this->pwm_amounts_.resize(this->num_chips_ * N_CHANNELS_PER_CHIP, 0); 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() { void TLC5947::dump_config() {
ESP_LOGCONFIG(TAG, "TLC5947:"); ESP_LOGCONFIG(TAG, "TLC5947:");