From d98992728dbf38f50e3f4a3027dc40e554ebcbcb Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期三, 25 九月 2024 16:48:48 +0800
Subject: [PATCH] 安邦车载标签V1.7修改了接收频偏校准方法,增加了宏定义查看示波器同步波形,解决了两个设备同时测距时第一个测距稳定第二个不稳定的问题,适配同期版本手环V1.4

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

diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c
index 0bffd6c..e66e9d7 100644
--- a/keil/include/drivers/global_param.c
+++ b/keil/include/drivers/global_param.c
@@ -5,7 +5,6 @@
 #define FLASH_IAP_CTRL_MAP		(uint32_t)0x0402E000    //the control map start address, 63K MK8000修改
 
 
-
 uint16_t g_com_map[COM_MAP_SIZE];
 uint8_t parameter_check(void)
 {
@@ -86,7 +85,7 @@
 		g_com_map[CNT_UPDATE]=0;
 		g_com_map[MODBUS_MODE]=0;
 		g_com_map[ACTIVE_INDEX]=0;
-
+		g_com_map[STATIONARY_TIME]=20;       //静止判定时间20秒
         g_com_map[HEIGHTOFFEST_INDEX]=0;
 		save_com_map_to_flash();
 	}	
@@ -123,7 +122,7 @@
 		g_com_map[CNT_UPDATE]=0;
 		g_com_map[MODBUS_MODE]=0;
 		g_com_map[ACTIVE_INDEX]=0;
-
+		g_com_map[STATIONARY_TIME]=20;       //静止判定时间20秒
         g_com_map[HEIGHTOFFEST_INDEX]=0;
 		save_com_map_to_flash();
 	}	

--
Gitblit v1.9.3