From 961c1174bbf1aaae5fa2f672806ed4eaf2f917be Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 05 二月 2025 15:45:10 +0800
Subject: [PATCH] 串口传输协议加上一位指令类型

---
 01_SDK/nimble/config/nimble_syscfg.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/01_SDK/nimble/config/nimble_syscfg.h b/01_SDK/nimble/config/nimble_syscfg.h
index b0b109c..18ce27d 100644
--- a/01_SDK/nimble/config/nimble_syscfg.h
+++ b/01_SDK/nimble/config/nimble_syscfg.h
@@ -5,6 +5,11 @@
 #ifndef H_MYNEWT_SYSCFG_
 #define H_MYNEWT_SYSCFG_
 #include "sdk_config.h"
+
+// panchip fixed nimble bug enable.
+#define NIMBLE_BUG_FIXED_EN   1
+
+
 /**
  * This macro exists to ensure code includes this header when needed.  If code
  * checks the existence of a setting directly via ifdef without including this

--
Gitblit v1.9.3