From 59a4e01d92da432e9736b24c085089cd31963833 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期三, 21 五月 2025 15:19:22 +0800 Subject: [PATCH] 修改了串口读取的bug,现在是通过飞线控制的 PCA蓝牙IRQ拉低,修改灯的闪灯逻辑, --- 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