From b30026ab8adb4baa197a90e5fd117a03fd0128d8 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 23 七月 2025 14:01:08 +0800 Subject: [PATCH] 初步增加新的lora网关升级功能,但lora功率不对,不可用的测试版 --- keil/include/components/hido/Include/HIDO_ATLiteParse.h | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_ATLiteParse.h b/keil/include/components/hido/Include/HIDO_ATLiteParse.h new file mode 100644 index 0000000..e35ad21 --- /dev/null +++ b/keil/include/components/hido/Include/HIDO_ATLiteParse.h @@ -0,0 +1,13 @@ +/* + * HIDO_ATLiteParse.h + * + * Created on: 2017年9月5日 + * Author: YIYI + */ + +#ifndef _HIDO_ATLITEPARSE_H_ +#define _HIDO_ATLITEPARSE_H_ + +HIDO_VOID HIDO_ATLiteCmdParse(HIDO_ATLiteDeviceStruct *_pstDevice); + +#endif /* _HIDO_ATLITEPARSE_H_ */ -- Gitblit v1.9.3