set heat beap 5 sec

This commit is contained in:
zhouhuang 2024-12-11 20:49:20 +08:00
parent 77409705a3
commit 61ade5da83

View File

@ -3217,7 +3217,7 @@ bool CRYDevice::ry_run(void)
sec_changed = TRUE;
}
if (sec_changed) {
if ((last_sec % 20) == 0) {
if ((last_sec % 5) == 0) {
heart_beat(m_status);
}
}