mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Log start of i2c setup (#5049)
This commit is contained in:
@@ -14,6 +14,7 @@ namespace i2c {
|
||||
static const char *const TAG = "i2c.idf";
|
||||
|
||||
void IDFI2CBus::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up I2C bus...");
|
||||
static i2c_port_t next_port = 0;
|
||||
port_ = next_port++;
|
||||
|
||||
|
Reference in New Issue
Block a user