mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-09 18:02:11 +00:00
Fixed build error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user