From 64c36ecbd729ba99dcaba24c52512b0edb92a1b5 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期五, 18 七月 2025 15:34:00 +0800 Subject: [PATCH] 工卡升级信标V1.0调通了串口下载文件到工卡里 --- keil/include/components/internet/src/Internet.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/keil/include/components/internet/src/Internet.c b/keil/include/components/internet/src/Internet.c index 3cdb012..09adf4b 100644 --- a/keil/include/components/internet/src/Internet.c +++ b/keil/include/components/internet/src/Internet.c @@ -38,16 +38,16 @@ /******************************************************************************* * Function Name : Internet_Poll - * Description : - * Input : - * Output : - * Return : + * Description : + * Input : + * Output : + * Return : * Author : 杜键 * Modified Date: : 2018年5月26日 *******************************************************************************/ HIDO_INT32 Internet_Poll(void) { - HIDO_FSMEventExecute(HIDO_FSM(AIR780E), AIR780E_EVENT_POLL, HIDO_NULL); + HIDO_FSMEventExecute(HIDO_FSM(AIR780E), AIR780E_EVENT_POLL, HIDO_NULL); return HIDO_OK; } @@ -113,12 +113,12 @@ { return HIDO_ERR; } -#if 1 +#if 0 if (TTS_Init() != HIDO_OK) { return HIDO_ERR; } - + if (TONE_Init() != HIDO_OK) { return HIDO_ERR; -- Gitblit v1.9.3