reworked the indicator engine to better support patterns

This commit is contained in:
2018-01-02 12:06:22 +01:00
parent c19b185b06
commit 83a01aa1bc
10 changed files with 105 additions and 72 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void TaskMain(void const * argument)
startTime = now;
cnt++;
if (cnt%5==0) StatusLed_Heartbeat();
Indicator_Heartbeat();
}
// if no message and it just timed out, go wait some more...