Fixed build error

This commit is contained in:
Gunnar Skjold
2024-11-09 15:29:19 +01:00
parent bd9a1bb330
commit 22b7877ee9

View File

@@ -554,7 +554,7 @@ IEC6205675::IEC6205675(const char* d, uint8_t useMeterType, MeterConfig* meterCo
}
if(meterType != AmsTypeUnknown) {
meterId = String((const uint8_t*)ctx.system_title, 8);
meterId = String((const char*)ctx.system_title);
}
}