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:
@@ -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_);
|
||||
|
Reference in New Issue
Block a user