From e71ce2771abe8afff42768a0ad74784da44c708e Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 13 九月 2024 09:37:56 +0800
Subject: [PATCH] 更新一些DMAGPS数据判断逻辑

---
 keil/include/main/main.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/keil/include/main/main.c b/keil/include/main/main.c
index 1534149..e033776 100644
--- a/keil/include/main/main.c
+++ b/keil/include/main/main.c
@@ -294,7 +294,8 @@
     if(delaysleep_count>0)
         delaysleep_count--;
     //GPS工作逻辑
-
+		
+update_led_power_state();//更新灯状态测试
 }
 static void voltage_input_handler(enum IO_PIN_T pin)
 {
@@ -505,13 +506,13 @@
                 LOG_INFO(TRACE_MODULE_APP, "运行Socket_RecvAll\r\n");
                 Socket_RecvAll();
             }
-            air780_led_on();
+           // air780_led_on();
 //LOG_INFO(TRACE_MODULE_APP, "处理4G\r\n");
             Internet_Poll();
             HIDO_ATLitePoll();
             HIDO_TimerPoll();
             TCPClient_Poll();
-            air780_led_off();
+           // air780_led_off();
         }
         if(flag_secondtask)
         {

--
Gitblit v1.9.3