From 11265fc979f02bd61b8b47d281f761d299ca65cf Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 30 Nov 2020 19:06:37 +0100 Subject: [PATCH] device configuration prepared --- cube/User/Src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/config.c b/cube/User/Src/config.c index e6affa3..c7f6566 100644 --- a/cube/User/Src/config.c +++ b/cube/User/Src/config.c @@ -152,7 +152,7 @@ void configInit() { tmpDeviceBlock.consideredField[3]); mbusCommAddDevice(&tmpDeviceBlock); } else { - coloredMsg(LOG_BLUE, false, " magic does not match, ignored"); + coloredMsg(LOG_BLUE, false, "magic of device %d does not match, ignored", i); } } } \ No newline at end of file