From e41ccffbe9e4a9d59df51da01970e7ffc3848e95 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期二, 06 五月 2025 16:53:46 +0800
Subject: [PATCH] 最新ota  加入ota语音

---
 keil/include/src/OTA.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/keil/include/src/OTA.h b/keil/include/src/OTA.h
index d550f19..968254d 100644
--- a/keil/include/src/OTA.h
+++ b/keil/include/src/OTA.h
@@ -32,7 +32,7 @@
  * Author            : www.hido-studio.com
  * Modified Date:    : 2021年5月2日
  *******************************************************************************/
-HIDO_INT32 OTA_SetUp(HIDO_CHAR *_pcUrl);
+HIDO_INT32 OTA_SetUp(HIDO_UINT8 _u8Type, HIDO_CHAR *_pcUrl);
 
 /*******************************************************************************
  * Function Name     : OTA_Poll
@@ -54,6 +54,6 @@
  * Author            : www.hido-studio.com
  * Modified Date:    : 2021年5月2日
  *******************************************************************************/
-HIDO_INT32 OTA_Start(HIDO_CHAR *_pcUrl);
+HIDO_INT32 OTA_Start(HIDO_UINT8 _u8Type, HIDO_CHAR *_pcUrl);
 
 #endif /* APL_OTA_H_ */

--
Gitblit v1.9.3