Change time cycle
This commit is contained in:
@@ -39,7 +39,7 @@ void presentation()
|
||||
void loop()
|
||||
{
|
||||
static uint32_t cRun = millis();
|
||||
if((cRun + 10000) < millis()){
|
||||
if((cRun + 10000) <= millis()){
|
||||
cRun = millis();
|
||||
send(msgMillis.set(cRun));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user