From 7e526721a3ac642cd4d141bd4a2803b000c3a93f Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Thu, 28 Nov 2024 09:17:49 +0800 Subject: [PATCH] modify mqtt --- threadfunc/check_thread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threadfunc/check_thread.cpp b/threadfunc/check_thread.cpp index bf3e5e3..3c62eda 100644 --- a/threadfunc/check_thread.cpp +++ b/threadfunc/check_thread.cpp @@ -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) {