first use of libmbus

This commit is contained in:
2020-11-03 11:03:57 +01:00
parent 8d1308cdef
commit 81f494e6e7

View File

@ -84,7 +84,10 @@ static void parseAndPrintFrame(t_longframe *frame) {
for (record = frame_data.data_var.record;
record;
record = record->next) {
logMsg("papf X: %d", record->data_len);
logMsg("papf len: %d, dif: %02x, vif: %02x",
record->data_len,
record->drh.dib.dif,
record->drh.vib.vif);
}
}