From b5e55c30c551c17426b864327b92b20d437d35d7 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 20 九月 2024 18:17:29 +0800
Subject: [PATCH] 对应手环V1.12非车载,删除部分socket.c的外包代码

---
 keil/include/src/gps.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/keil/include/src/gps.c b/keil/include/src/gps.c
index ed5a68e..9121dd0 100644
--- a/keil/include/src/gps.c
+++ b/keil/include/src/gps.c
@@ -4,12 +4,12 @@
 #define GPS_RESTART_TIME2  120
 
 extern uint16_t gps_wait_count;
-uint8_t gps_power_state,gps_uwb_flag,gps_4g_flag = 1,gps_timeout_flag,gps_need_data_flag = 1;
+uint8_t gps_power_state,gps_uwb_flag,gps_4g_flag,gps_timeout_flag,gps_need_data_flag = 1;
 void GPS_Poll(void)
 {
 
     if(gps_4g_flag||gps_uwb_flag) {
-
+        gps_power_state = 1;  //打开GPS电源
         if(!gps_timeout_flag) {
             if(gps_need_data_flag) {
                 gps_wait_count++;

--
Gitblit v1.9.3