From 08f19873a4a31b79da6f5438a936568b0c6c5b48 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期二, 11 三月 2025 17:31:14 +0800
Subject: [PATCH] 蓝牙转发添加进去,测试正常,现在的逻辑是3s唤醒一次测距

---
 keil/include/components/app/inc/ranging_fira.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/keil/include/components/app/inc/ranging_fira.h b/keil/include/components/app/inc/ranging_fira.h
index 26040e0..dfa24c9 100644
--- a/keil/include/components/app/inc/ranging_fira.h
+++ b/keil/include/components/app/inc/ranging_fira.h
@@ -48,6 +48,10 @@
 #define PDOA_3D_EN (0)
 #endif
 
+#ifndef RANGING_FOM_FILTER_EN
+#define RANGING_FOM_FILTER_EN (0)
+#endif
+
 /* Main control block of the ranging task */
 struct RANGING_CB_T
 {

--
Gitblit v1.9.3