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

Update esphome/components/mcp4461/mcp4461.h

Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
Oliver Kleinecke
2025-02-03 12:25:47 +01:00
committed by GitHub
parent 2abdeb5529
commit 1baba674e6

View File

@@ -40,7 +40,7 @@ enum MCP4461WiperIdx : uint8_t {
MCP4461_WIPER_7 = 7
};
enum MCP4461EEPRomLocation {
enum MCP4461EEPRomLocation : uint8_t {
MCP4461_EEPROM_0 = 0,
MCP4461_EEPROM_1 = 1,
MCP4461_EEPROM_2 = 2,