looping
This commit is contained in:
parent
d613d278ec
commit
c5978df389
@ -632,7 +632,7 @@ static void mbusCommScheduler(void *handle) {
|
|||||||
if (devices[i].delay <= 0) {
|
if (devices[i].delay <= 0) {
|
||||||
devices[i].delay = devices[i].period;
|
devices[i].delay = devices[i].period;
|
||||||
devices[i].waiting = true;
|
devices[i].waiting = true;
|
||||||
coloredMsg(LOG_GREEN, false, "*** Scheduled: %s", devices[i].deviceName);
|
coloredMsg(LOG_GREEN, false, "mbc mcs scheduled: %s", devices[i].deviceName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user