From 51393af87f6dc09a00e78d71dbff8a15721c1198 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 18 二月 2025 10:29:46 +0800
Subject: [PATCH] V1.9 增加看门狗

---
 APL/uwb_app.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/APL/uwb_app.c b/APL/uwb_app.c
index ab2886a..da90b2d 100644
--- a/APL/uwb_app.c
+++ b/APL/uwb_app.c
@@ -133,7 +133,7 @@
     //deca_sleep(1000);
 
 
-	 g_com_map[VERSION] = (1<<8)|0;
+	 g_com_map[VERSION] = (1<<8)|9;
 
         udp_uwbenable = 1;
 
@@ -259,7 +259,6 @@
 //hardware_type=2;
     switch(hardware_type)
         {case 1:
-
          HAL_GPIO_WritePin(GPIOB, MOTOR_Pin, GPIO_PIN_SET);
   GPIO_InitStruct.Pin = MOTOR_Pin;
   GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;

--
Gitblit v1.9.3