syslog
This commit is contained in:
@ -179,7 +179,7 @@ void scheduleMBusRequest(void *handle) {
|
||||
if (devices[i].delay <= 0) {
|
||||
devices[i].delay = devices[i].period;
|
||||
devices[i].waiting = true;
|
||||
coloredMsg(LOG_GREEN, "*** Scheduled: %s", devices[i].deviceName);
|
||||
coloredMsg(LOG_GREEN, false, "*** Scheduled: %s", devices[i].deviceName);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -187,7 +187,7 @@ void scheduleMBusRequest(void *handle) {
|
||||
void my_setup_2() {
|
||||
show(LED_RED, OFF);
|
||||
show(LED_GREEN, ON);
|
||||
coloredMsg(LOG_BLUE, "Application starting");
|
||||
logMsg("Application starting");
|
||||
|
||||
eepromInit();
|
||||
|
||||
|
Reference in New Issue
Block a user