1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 08:02:23 +01:00

Streamline setup() logging (e, f) (#8926)

This commit is contained in:
Keith Burzinski
2025-05-28 07:12:46 -05:00
committed by GitHub
parent 6e0523109a
commit 18653f8f69
21 changed files with 21 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ static const uint8_t RMT_CLK_DIV = 2;
#endif
void ESP32RMTLEDStripLightOutput::setup() {
ESP_LOGCONFIG(TAG, "Setting up ESP32 LED Strip...");
ESP_LOGCONFIG(TAG, "Running setup");
size_t buffer_size = this->get_buffer_size_();