From 32cafbc8686c458168d6ba7a404dda17ec041db5 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期四, 29 五月 2025 09:54:46 +0800 Subject: [PATCH] 测试固件,添加了串口打印测试信息,蓝牙基站数量,UWB基站数量以及加速度计的状态以及步数。 --- keil/include/components/app/inc/ranging_custom.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/keil/include/components/app/inc/ranging_custom.h b/keil/include/components/app/inc/ranging_custom.h index 11df266..f2224b7 100644 --- a/keil/include/components/app/inc/ranging_custom.h +++ b/keil/include/components/app/inc/ranging_custom.h @@ -67,7 +67,6 @@ #endif #ifndef RANGING_FOM_FILTER_EN -// depends on CHEST_DUMP_EN #define RANGING_FOM_FILTER_EN (1) #endif -- Gitblit v1.9.3