From da80b96a9d0f2f9dc6e23d1a1830cc2384f2bd0b Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 01 八月 2025 13:45:57 +0800
Subject: [PATCH] 加入升级代码,但是空间不够  先提交一下  改为分成两个app  由boot来进行跳转

---
 keil/include/components/hido/Include/HIDO_Base64.h |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/keil/include/components/hido/Include/HIDO_Base64.h b/keil/include/components/hido/Include/HIDO_Base64.h
new file mode 100644
index 0000000..61c5977
--- /dev/null
+++ b/keil/include/components/hido/Include/HIDO_Base64.h
@@ -0,0 +1,29 @@
+/*******************************************************************************
+ * File Name         : HIDO_Base64.h
+ * Description       :
+ * Created on        : 2018年6月1日
+ * Author            : www.hido-studio.com
+ *******************************************************************************/
+
+#ifndef HIDOLIBRARY_UTIL_HIDO_BASE64_H_
+#define HIDOLIBRARY_UTIL_HIDO_BASE64_H_
+/*******************************************************************************
+ *                              Include Files                                  *
+ *******************************************************************************/
+#include "HIDO_TypeDef.h"
+
+/*******************************************************************************
+ *                                  Macro                                      *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                             Type Definition                                 *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                             Global Function                                 *
+ *******************************************************************************/
+HIDO_INT32 HIDO_Base64Encode(HIDO_UINT8 *_pcSrc, HIDO_UINT32 _u32SrcLen, HIDO_CHAR *_pcDst, HIDO_UINT32 _u32DstSize);
+HIDO_INT32 HIDO_Base64Decode(HIDO_CHAR *_pcSrc, HIDO_UINT8 *_pu8Dst, HIDO_UINT32 _u32DstSize, HIDO_UINT32 *_pu32DstLen);
+
+#endif /* HIDOLIBRARY_UTIL_HIDO_BASE64_H_ */

--
Gitblit v1.9.3