first use of libmbus

This commit is contained in:
2020-11-03 10:42:53 +01:00
parent f49ad09699
commit dcd5589252

View File

@ -81,6 +81,7 @@ static void parseAndPrintFrame(t_longframe *frame) {
logMsg("papf parse: %d", r);
char *xml = mbus_frame_data_xml(&frame_data);
logMsg("xml ptr: %p", xml);
if (xml != NULL) {
logMsg("XML: %s", xml);
free(xml);