set heat beap 5 sec
This commit is contained in:
parent
77409705a3
commit
61ade5da83
@ -3217,7 +3217,7 @@ bool CRYDevice::ry_run(void)
|
|||||||
sec_changed = TRUE;
|
sec_changed = TRUE;
|
||||||
}
|
}
|
||||||
if (sec_changed) {
|
if (sec_changed) {
|
||||||
if ((last_sec % 20) == 0) {
|
if ((last_sec % 5) == 0) {
|
||||||
heart_beat(m_status);
|
heart_beat(m_status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user