From 58a5ac20c0d2c00ef4d497626371754b9a8fb014 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 10 十月 2024 15:24:17 +0800 Subject: [PATCH] 解决2分钟或更长同步不上问题临时版本,修改search模式sleeptimer时间,调4G低功耗唤醒前稳定版本,配合标签临时版本使用,多设备有干扰测距 --- keil/include/src/gps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/src/gps.c b/keil/include/src/gps.c index 94770f2..9121dd0 100644 --- a/keil/include/src/gps.c +++ b/keil/include/src/gps.c @@ -4,7 +4,7 @@ #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) { -- Gitblit v1.9.3