timer reset after processing current command

This commit is contained in:
PavelSindler 2017-08-30 16:18:43 +02:00
parent faeafa1100
commit 71b313cf26
1 changed files with 1 additions and 0 deletions

View File

@ -1418,6 +1418,7 @@ void loop()
if (! cmdbuffer_front_already_processed)
cmdqueue_pop_front();
cmdbuffer_front_already_processed = false;
host_keepalive();
}
}
//check heater every n milliseconds