From f1799ae955388ab737d2c0bb29a8853ebd007b65 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Fri, 7 Feb 2025 17:27:14 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 959c9ad17f..70b0c5561a 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -91,7 +91,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice { bool set_terminal_register(Mcp4461TerminalIdx terminal_connector, uint8_t data); uint16_t get_eeprom_value(Mcp4461EepromLocation location); bool set_eeprom_value(Mcp4461EepromLocation location, uint16_t value); - void Mcp4461Wiper::set_initial_value(Mcp4461WiperIdx wiper, float initial_value); + void set_initial_value(Mcp4461WiperIdx wiper, float initial_value); protected: friend class Mcp4461Wiper;