From 30b9abaf03adba5c4ced5d9663d90e2dbbc795e9 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 06 十二月 2024 16:33:51 +0800
Subject: [PATCH] V2.20 解决低电量黄灯问题

---
 Src/application/dw_mbx_tag.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Src/application/dw_mbx_tag.c b/Src/application/dw_mbx_tag.c
index c3bc9eb..ec0d13f 100644
--- a/Src/application/dw_mbx_tag.c
+++ b/Src/application/dw_mbx_tag.c
@@ -391,7 +391,7 @@
         //      tflag2 = 1;
         printf("网关通讯正常\r\n");
 #endif
-        LED_TB_ON;
+//        LED_TB_ON;
     }
     if(!HAL_GPIO_ReadPin(INPUT_5V_GPIO_Port,INPUT_5V_Pin))
     {
@@ -399,7 +399,7 @@
         {
             LED_TR_ON;
         } else {
-            LED2_TB_ON;
+            LED_TB_ON;
         }
     }
 

--
Gitblit v1.9.3