From 59dc136533bb8d768953a2b2799cae6cf8d02982 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 31 十月 2024 18:12:56 +0800 Subject: [PATCH] 增加小于3.3V供电不足,停止震动,GPS和4G功能,增加自动检测供电足够后开启4G,GPS,震动功能,增加静止休眠逻辑。g_com_map表中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