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

@ -173,7 +173,7 @@ void scheduleMBusRequest(void *handle) {
if (devices[i].delay <= 0) {
devices[i].delay = devices[i].period;
devices[i].waiting = true;
logMsg("\033[92m*** Scheduled: %s\033[m", devices[i].deviceName);
logMsg("\x1b[7m *** Scheduled: %s\x1b[0m ", devices[i].deviceName);
}
}
}