From 82250eaf568648839e4c8fe3f91445347f19c56d Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 23 九月 2024 17:53:46 +0800 Subject: [PATCH] 1H上传测试成功,平均功耗0.7ma,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