mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 15:54:47 +00:00
Fixed alignment on iskra
This commit is contained in:
parent
494cb55ef4
commit
103fe5c457
@ -184,7 +184,7 @@ IEC6205675::IEC6205675(const char* d, uint8_t useMeterType, MeterConfig* meterCo
|
||||
lastUpdateMillis = millis();
|
||||
} else if(data->base.length == 0x0C) {
|
||||
listType = 3;
|
||||
idx += 3;
|
||||
idx += 4;
|
||||
|
||||
data = getCosemDataAt(idx++, ((char *) (d)));
|
||||
activeImportCounter = ntohl(data->dlu.data) / 1000.0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user