From 4a9f1384be153a34ff058c62983193b2eaec4487 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 23 十月 2024 10:28:19 +0800 Subject: [PATCH] V1.11增加充电灯逻辑和修改range接收逻辑,4g灯会有常亮bug和充电灯不间断闪烁 --- keil/uwb_simple_example.uvprojx | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/keil/uwb_simple_example.uvprojx b/keil/uwb_simple_example.uvprojx index 3595686..262a1d4 100644 --- a/keil/uwb_simple_example.uvprojx +++ b/keil/uwb_simple_example.uvprojx @@ -835,6 +835,11 @@ <FilePath>.\include\drivers\lis3dh_driver.c</FilePath> </File> <File> + <FileName>dw_tag.c</FileName> + <FileType>1</FileType> + <FilePath>.\dw_tag.c</FilePath> + </File> + <File> <FileName>dw_app_anchor.c</FileName> <FileType>1</FileType> <FilePath>.\dw_app_anchor.c</FilePath> @@ -981,6 +986,11 @@ <FileType>1</FileType> <FilePath>.\uwb_app.c</FilePath> </File> + <File> + <FileName>uwb_tag.c</FileName> + <FileType>1</FileType> + <FilePath>.\uwb_tag.c</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.3