From 8f5623ddd7fd3b12561a37a81639575559cf305b Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期四, 26 十二月 2024 15:47:50 +0800
Subject: [PATCH] V1.14版本,新增查询强制定位开启标志位和下发配置gps刷新频率功能

---
 keil/uwb_simple_example.uvoptx |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/keil/uwb_simple_example.uvoptx b/keil/uwb_simple_example.uvoptx
index a154ba3..44c17f4 100644
--- a/keil/uwb_simple_example.uvoptx
+++ b/keil/uwb_simple_example.uvoptx
@@ -827,14 +827,29 @@
         <Ww>
           <count>135</count>
           <WinNumber>1</WinNumber>
-          <ItemText>g_com_map[32]</ItemText>
+          <ItemText>g_com_map[32],0x0A</ItemText>
+        </Ww>
+        <Ww>
+          <count>136</count>
+          <WinNumber>1</WinNumber>
+          <ItemText>gps_4g_flag</ItemText>
+        </Ww>
+        <Ww>
+          <count>137</count>
+          <WinNumber>1</WinNumber>
+          <ItemText>gps_4g_flag</ItemText>
+        </Ww>
+        <Ww>
+          <count>138</count>
+          <WinNumber>1</WinNumber>
+          <ItemText>gps_4g_flag</ItemText>
         </Ww>
       </WatchWindow1>
       <MemoryWindow1>
         <Mm>
           <WinNumber>1</WinNumber>
           <SubType>8</SubType>
-          <ItemText>m_EUART_DMA_RXBuf</ItemText>
+          <ItemText>\\uwb_simple_example\include/drivers/Usart.c\m_EUART_DMA_RXBuf</ItemText>
           <AccSizeX>0</AccSizeX>
         </Mm>
       </MemoryWindow1>

--
Gitblit v1.9.3