some highlighting of output

This commit is contained in:
2020-11-03 15:34:33 +01:00
parent 11bce773b1
commit e3bbc8e61b
2 changed files with 3 additions and 1 deletions

View File

@ -91,6 +91,7 @@ static t_mbusCommHandle mbusCommHandle = { .state = MBCS_IDLE, .retryCnt = 0, .c
static void parseAndPrintFrame(t_mbusCommHandle *mbusCommHandle) {
logMsg("\x1b[1m");
t_longframe *frame = &(mbusCommHandle->frame);
mbus_frame reply;
@ -161,6 +162,7 @@ static void parseAndPrintFrame(t_mbusCommHandle *mbusCommHandle) {
} else {
logMsg("papf err: unable to parse frame");
}
logMsg("\x1b[0m");
}