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/ble_config.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/01_SDK/nimble/controller/pan107x_spark/include/stack/ble_config.h b/01_SDK/nimble/controller/pan107x_spark/include/stack/ble_config.h
index 8314b90..060f888 100644
--- a/01_SDK/nimble/controller/pan107x_spark/include/stack/ble_config.h
+++ b/01_SDK/nimble/controller/pan107x_spark/include/stack/ble_config.h
@@ -85,6 +85,15 @@
 #define LL_NEW_DLE_PHY_EN             1
 #define LL_BQB_EN                     0
 
+/*! Enable/Disable dynamic update local SCA function. */
+#define LL_DYNAMIC_UPD_SCA_EN         1
+
+/*! HCI VS Command Support [Specific for PanChip] */
+#define HCI_VS_CMD_PRF_EN             0
+#define HCI_VS_CMD_MODEM_EN           0
+#define HCI_VS_CMD_PCTE_EN            0
+#define HCI_VS_CMD_DEBUG_EN           1
+
 /*------------------------------- ble common ------------------------*/
 #include "utils/utils.h"
 #define ble_memcpy                     xmemcpy

--
Gitblit v1.9.3