1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 23:22:21 +01:00

Update mcp4461.cpp

This commit is contained in:
Oliver Kleinecke
2025-02-06 14:16:11 +01:00
committed by GitHub
parent 09a34d7ca7
commit 2184376d96

View File

@@ -8,6 +8,7 @@ namespace esphome {
namespace mcp4461 {
static const char *const TAG = "mcp4461";
constexpr uint8_t EEPROM_WRITE_TIMEOUT_MS = 10;
void Mcp4461Component::setup() {
ESP_LOGCONFIG(TAG, "Setting up mcp4461 (0x%02" PRIX8 ")...", this->address_);