From 255c51174a0571340ef470184064a5c75d261d27 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 22 一月 2025 15:06:27 +0800 Subject: [PATCH] 加入一开始不广播升级 中断触发gpio后广播升级 10分钟自动退出 --- 01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h b/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h index 53490e1..bf51426 100644 --- a/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h +++ b/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h @@ -1,4 +1,25 @@ - +/** + ******************************************************************************* + * @FileName : rf_phy_spi.c + * @Author : GaoQiu + * @CreateDate: 2024-04-18 + * @Copyright : Copyright(C) PanChip + * All Rights Reserved. + * + ******************************************************************************* + * + * The information contained herein is confidential and proprietary property of + * PanChip and is available under the terms of Commercial License Agreement + * between PanChip and the licensee in separate contract or the terms described + * here-in. + * + * This heading MUST NOT be removed from this file. + * + * Licensees are granted free, non-transferable use of the information in this + * file under Mutual Non-Disclosure Agreement. NO WARRENTY of ANY KIND is provided. + * + ******************************************************************************* + */ #ifndef RF_PHY_H_ #define RF_PHY_H_ -- Gitblit v1.9.3