From 750eb154008e9ad9a2c8135933fde80bb7612a61 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 20 九月 2024 17:28:31 +0800
Subject: [PATCH] 对应手环版本V1.13,手环GPS串口切换时TX变为普通GPIO不使能TXGPS功能,GPS在main中默认开启上电在GPS串口初始化之前

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

diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c
index 95f043b..0dd6624 100644
--- a/keil/include/drivers/global_param.c
+++ b/keil/include/drivers/global_param.c
@@ -91,7 +91,7 @@
         g_com_map[TCP_IP_0]=0x198;
         g_com_map[TCP_IP_0]=0x60; 
         g_com_map[TCP_IP_0]=0x6;
-        g_com_map[TCP_IP_0]=0x1234;
+        g_com_map[TCP_IP_0]=1234;
         
         g_com_map[HEIGHTOFFEST_INDEX]=0;
         save_com_map_to_flash();

--
Gitblit v1.9.3