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:
@@ -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_();
|
||||
|
||||
|
Reference in New Issue
Block a user