From 01b6f2525f47ee781d86a2495dfcd17f68ccbafd Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期二, 17 六月 2025 11:54:47 +0800 Subject: [PATCH] 通过debug已经测试功能正常,移植到正确的工卡试下 --- keil/include/drivers/global_param.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c index 2621034..c3e86d8 100644 --- a/keil/include/drivers/global_param.c +++ b/keil/include/drivers/global_param.c @@ -144,6 +144,11 @@ g_com_map[TCP_IP_3]=42; g_com_map[TCP_PORT]=9039; + g_com_map[GPSENBLE]=1; + g_com_map[UWBENBLE]=1; + g_com_map[GPSFrequency]=1; + g_com_map[UWBFrequency]=1; + g_com_map[HEIGHTOFFEST_INDEX]=0; g_com_map[GPS_HZ]=1; // g_com_map[STATIONARY_TIME] = 10; -- Gitblit v1.9.3