mirror of
https://github.com/esphome/esphome.git
synced 2025-03-31 16:08:15 +01:00
Update mcp4461.cpp
This commit is contained in:
parent
09a34d7ca7
commit
2184376d96
@ -8,6 +8,7 @@ namespace esphome {
|
|||||||
namespace mcp4461 {
|
namespace mcp4461 {
|
||||||
|
|
||||||
static const char *const TAG = "mcp4461";
|
static const char *const TAG = "mcp4461";
|
||||||
|
constexpr uint8_t EEPROM_WRITE_TIMEOUT_MS = 10;
|
||||||
|
|
||||||
void Mcp4461Component::setup() {
|
void Mcp4461Component::setup() {
|
||||||
ESP_LOGCONFIG(TAG, "Setting up mcp4461 (0x%02" PRIX8 ")...", this->address_);
|
ESP_LOGCONFIG(TAG, "Setting up mcp4461 (0x%02" PRIX8 ")...", this->address_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user