modify mqtt

This commit is contained in:
zhangsheng 2024-11-28 09:17:49 +08:00
parent 888bea8fa3
commit 7e526721a3

View File

@ -98,10 +98,9 @@ void CheckThread() {
#endif
}
}
if (HardStatus == 60) { // one hour 3600
if (HardStatus == 3600) { // one hour 3600
JsonData jd;
jd.JsonCmd_07();
jd.JsonCmd_30();
HardStatus = 0;
}
if (mqttresend == 7200) {