From 5cb269400905175cf618729ab44dfa4ccd3d0331 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期一, 21 七月 2025 17:51:51 +0800 Subject: [PATCH] 串口扫描功能调通,升级有问题 --- 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