From 2b78e902565743c553b10a0c59e171282649c720 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Thu, 6 Feb 2025 14:58:26 +0100 Subject: [PATCH] Update mcp4461.cpp --- esphome/components/mcp4461/mcp4461.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/mcp4461/mcp4461.cpp b/esphome/components/mcp4461/mcp4461.cpp index b5c24ed593..59956684a2 100644 --- a/esphome/components/mcp4461/mcp4461.cpp +++ b/esphome/components/mcp4461/mcp4461.cpp @@ -459,7 +459,7 @@ bool Mcp4461Component::is_eeprom_busy_() { ESP_LOGE(TAG, "EEPROM write timeout exceeded (%" PRIu8 " ms), aborting read/write from/to nonvolatile wiper/eeprom", EEPROM_WRITE_TIMEOUT_MS); return true; } - ESP_LOGV(TAG, "Waiting while eeprom busy"); + ESP_LOGV(TAG, "Waiting while eeprom is busy"); yield(); } return false;