From 0c4a7b78eee22326538b29c9a2ddf1c9e6ba0ae4 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 20 九月 2024 11:17:44 +0800
Subject: [PATCH] 1小时上传,测试成功,GPS数据正常变化

---
 keil/include/drivers/global_param.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c
index 0dd6624..c87e2cd 100644
--- a/keil/include/drivers/global_param.c
+++ b/keil/include/drivers/global_param.c
@@ -89,10 +89,10 @@
 
         g_com_map[TCP_IP_0]=0x111;
         g_com_map[TCP_IP_0]=0x198;
-        g_com_map[TCP_IP_0]=0x60; 
+        g_com_map[TCP_IP_0]=0x60;
         g_com_map[TCP_IP_0]=0x6;
         g_com_map[TCP_IP_0]=1234;
-        
+
         g_com_map[HEIGHTOFFEST_INDEX]=0;
         save_com_map_to_flash();
     }
@@ -132,10 +132,10 @@
 
         g_com_map[TCP_IP_0]=0x111;
         g_com_map[TCP_IP_1]=0x198;
-        g_com_map[TCP_IP_2]=0x60; 
+        g_com_map[TCP_IP_2]=0x60;
         g_com_map[TCP_IP_3]=0x6;
         g_com_map[TCP_PORT]=0x1234;
-        
+
         g_com_map[HEIGHTOFFEST_INDEX]=0;
         save_com_map_to_flash();
     }

--
Gitblit v1.9.3