From ff27ffd4106d12d68f4da4259279f948e512fc69 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期四, 24 七月 2025 10:28:30 +0800
Subject: [PATCH] 修改网络类型切换,用宏定义控制网络切换,V2.13

---
 keil/include/components/internet/src/TONE.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keil/include/components/internet/src/TONE.c b/keil/include/components/internet/src/TONE.c
index 7f5892b..e766dec 100644
--- a/keil/include/components/internet/src/TONE.c
+++ b/keil/include/components/internet/src/TONE.c
@@ -58,7 +58,7 @@
 {
 //    GPIOD->BSRR = 0x0004;      //打开TONE电源
 ////    delay_ms(800);              //必要延时,延时是为了避免说不出来第一个字,蜂鸣就不用延时了
-//    
+//
 //    if((0 == _u32Len) || (HIDO_NULL == _pu8Data))
 //    {
 //        return HIDO_ERR;

--
Gitblit v1.9.3