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/TTS.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/components/internet/src/TTS.c b/keil/include/components/internet/src/TTS.c index e318f2b..f3cd249 100644 --- a/keil/include/components/internet/src/TTS.c +++ b/keil/include/components/internet/src/TTS.c @@ -58,7 +58,7 @@ { PCA9555_Set_One_Value_Output(TTS_ENABLE,1); delay_ms(800); //必要延时,延时是为了避免说不出来第一个字 - + if((0 == _u32Len) || (HIDO_NULL == _pu8Data)) { return HIDO_ERR; -- Gitblit v1.9.3