diff --git a/esphome/components/mcp3428/mcp3428.cpp b/esphome/components/mcp3428/mcp3428.cpp index f244551d2c..5b2a03b0e4 100644 --- a/esphome/components/mcp3428/mcp3428.cpp +++ b/esphome/components/mcp3428/mcp3428.cpp @@ -102,7 +102,6 @@ bool MCP3428Component::request_measurement(MCP3428Multiplexer multiplexer, MCP34 } else { if (this->write(&config, 1) != i2c::ErrorCode::NO_ERROR) { this->status_set_warning("Error writing configuration to chip."); - timeout_wait = 1000; single_measurement_active_ = false; return false; }