From d64379caf79570a4feb6d3ea636a6fbd7a1228b9 Mon Sep 17 00:00:00 2001 From: YuanHongbin <975559679@qq.com> Date: Wed, 17 Jun 2026 14:19:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D24=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=B3=A8=E5=86=8C=E6=97=B6=E6=9C=AA=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=B3=A8=E5=86=8C=E5=AE=9A=E6=97=B6=E5=99=A8=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/src/main.c b/source/src/main.c index 2cbe1ee..1bf9684 100644 --- a/source/src/main.c +++ b/source/src/main.c @@ -195,7 +195,7 @@ static void AppInit(void) App.Login_RTC = false; App.Login_LPTimer0 = true; //LPTimer0_ON((App.Nonce % 1200) + 300);//定时30s+随机2分钟,最小间隙100ms - LPTimer0_ON(50); + LPTimer0_ON(50);//5秒后注册 MAIN_DBG_LOG("Login LPTimer0 Open\r\n"); App.Upload45S10SCount = 0; @@ -558,6 +558,7 @@ void RtcIRQHander(void) App.Login30MinCount = 0; App.Login_RTC = false;//关闭30分注册定时器 + App.Login_LPTimer0 = true; LPTimer0_ON((App.Nonce % 1200) + 300);//定时30s+随机2分钟,最小间隙100ms MAIN_DBG_LOG("Login LPTimer0 Open\r\n"); }