From b86f294182dea4af94f83a745c3fdbb18d7fa40b Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期二, 29 四月 2025 18:06:27 +0800
Subject: [PATCH] V1.20版本,修改未激活模式下,静止休眠功能关闭,防止复位激活,切换激活和非激活状态时重新加速度计计数

---
 keil/uwb_simple_example.uvprojx |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/keil/uwb_simple_example.uvprojx b/keil/uwb_simple_example.uvprojx
index c2bc0c6..77eade3 100644
--- a/keil/uwb_simple_example.uvprojx
+++ b/keil/uwb_simple_example.uvprojx
@@ -132,7 +132,7 @@
             <UseTargetDll>1</UseTargetDll>
             <UseExternalTool>0</UseExternalTool>
             <RunIndependent>0</RunIndependent>
-            <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+            <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
             <Capability>1</Capability>
             <DriverSelection>4096</DriverSelection>
           </Flash1>
@@ -313,7 +313,7 @@
           </ArmAdsMisc>
           <Cads>
             <interw>1</interw>
-            <Optim>1</Optim>
+            <Optim>4</Optim>
             <oTime>0</oTime>
             <SplitLS>0</SplitLS>
             <OneElfS>1</OneElfS>
@@ -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