From 212477b65d086bfe1c8779266edcaec2a67a6416 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期三, 20 十一月 2024 14:20:46 +0800
Subject: [PATCH] GPS定位手环V1.1版本,修复4G发送长数据耦合短数据问题,有问题UDP第一包发出前4G连接成功没有办法4G设置未解决

---
 keil/include/drivers/global_param.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/keil/include/drivers/global_param.h b/keil/include/drivers/global_param.h
index 19f745e..c4fc8a4 100644
--- a/keil/include/drivers/global_param.h
+++ b/keil/include/drivers/global_param.h
@@ -61,6 +61,8 @@
 #define     MOTOR_ENABLE        0x1E
 #define     IMU_ENABLE          0x1F
 #define 	REMOTEPARA_STATE  	0x20
+#define   GPS_REFRESH_WAIT_COUNT					 0x20
+
 #define 	IMU_DUARTION			 	0x21
 #define 	ACTIVE_INDEX 				0x22
 #define 	UWB_ACTIVE_FLAG_IDX 				0x23

--
Gitblit v1.9.3