1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-16 15:50:28 +01:00

Update mcp4461.cpp

This commit is contained in:
Oliver Kleinecke 2025-02-20 17:38:15 +01:00 committed by GitHub
parent 4539547e9a
commit 4f186375ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,7 +615,7 @@ bool Mcp4461Component::set_eeprom_value(Mcp4461EepromLocation location, uint16_t
return true;
}
ErrorCode Mcp4461Component::get_error_code() {
int Mcp4461Component::get_error_code() {
return this->error_code_;
}