Added heartbeat

This commit is contained in:
2020-10-04 18:38:57 +03:00
parent 3a9108674d
commit 22ae1d5643

View File

@@ -141,6 +141,10 @@ void loop()
wait(100);
send(msgHum10.set(p10, 1));
}
if (++cSec > 19){
cSec = 0;
sendHeartbeat();
}
}
}