From 3529a847eaf2057928742178cca16eee57db31d0 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 15 八月 2025 19:52:47 +0800
Subject: [PATCH] 初步调好demo,会有丢失测距后回来回复测距大概率蜂鸣器一直震的现象未解决

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

diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c
index 55e3010..50cc546 100644
--- a/keil/include/drivers/global_param.c
+++ b/keil/include/drivers/global_param.c
@@ -75,7 +75,7 @@
 
         g_com_map[HEARTBEAT]=0;
 
-        g_com_map[POWER]=67;    //发射功率
+        g_com_map[POWER]=1;    //发射功率
         g_com_map[IMU_THRES]=2;
         g_com_map[NOMOVESLEEP_TIME]=120;   //静止休眠2分钟
         g_com_map[MOTOR_ENABLE]=1;       //震动电机使能
@@ -117,8 +117,9 @@
 
 
         g_com_map[HEARTBEAT]=0;
-
-        g_com_map[POWER]=67;    //发射功率
+				
+				g_com_map[REMOTEPARA_STATE]=1;//滤波参数目前是GPS上传时间
+        g_com_map[POWER]=1;    //发射功率
         g_com_map[IMU_THRES]=2;
         g_com_map[NOMOVESLEEP_TIME]=120;   //静止休眠2分钟
         g_com_map[MOTOR_ENABLE]=1;       //震动电机使能

--
Gitblit v1.9.3