mirror of
https://github.com/esphome/esphome.git
synced 2025-10-02 01:52:21 +01:00
Streamline setup() logging (k, l, m) (#8928)
This commit is contained in:
@@ -13,7 +13,7 @@ void MCP23S17::set_device_address(uint8_t device_addr) {
|
||||
}
|
||||
|
||||
void MCP23S17::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up MCP23S17...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
this->spi_setup();
|
||||
|
||||
this->enable();
|
||||
|
Reference in New Issue
Block a user