mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 01:32:19 +01:00
Streamline setup() logging (k, l, m) (#8928)
This commit is contained in:
@@ -9,7 +9,7 @@ static const char *const TAG = "mcp3204";
|
||||
float MCP3204::get_setup_priority() const { return setup_priority::HARDWARE; }
|
||||
|
||||
void MCP3204::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up mcp3204");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
this->spi_setup();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user