From e9c27607b58716b67e0c5ec623c80355d24134e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 3 Nov 2020 12:34:07 +0100 Subject: [PATCH] first use of libmbus --- cube/User/Src/mbusComm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/mbusComm.c b/cube/User/Src/mbusComm.c index 6acb54f..3495682 100644 --- a/cube/User/Src/mbusComm.c +++ b/cube/User/Src/mbusComm.c @@ -91,7 +91,7 @@ static void parseAndPrintFrame(t_longframe *frame) { record->drh.dib.ndife, record->drh.vib.vif, record->drh.vib.nvife); - logMsg("papf txt: %s %s %s", + logMsg("papf txt: F:%s U:%s V:%s", mbus_data_record_function(record), mbus_data_record_unit(record), mbus_data_record_value(record));