From 7740e3c5eff3798529c77d104a18b34c26abd15b Mon Sep 17 00:00:00 2001 From: wgzAIIT <820906721@qq.com> Date: Fri, 21 Jul 2023 08:27:54 +0800 Subject: [PATCH] change CONNECTION_FRAMEWORK_DEBUG default n --- APP_Framework/Framework/connection/Kconfig | 2 +- Ubiquitous/XiZi_IIoT/board/xidatong-arm32/.defconfig | 1 - Ubiquitous/XiZi_IIoT/tool/mqtt/Kconfig | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/APP_Framework/Framework/connection/Kconfig b/APP_Framework/Framework/connection/Kconfig index b6613f2a3..6e0fd4dd0 100644 --- a/APP_Framework/Framework/connection/Kconfig +++ b/APP_Framework/Framework/connection/Kconfig @@ -6,7 +6,7 @@ menuconfig SUPPORT_CONNECTION_FRAMEWORK if SUPPORT_CONNECTION_FRAMEWORK config CONNECTION_FRAMEWORK_DEBUG bool "Using connection framework debug log function" - default y + default n menuconfig CONNECTION_INDUSTRIAL_NETWORK bool "Using industrial network" diff --git a/Ubiquitous/XiZi_IIoT/board/xidatong-arm32/.defconfig b/Ubiquitous/XiZi_IIoT/board/xidatong-arm32/.defconfig index 18029b242..5e2b9c4fd 100644 --- a/Ubiquitous/XiZi_IIoT/board/xidatong-arm32/.defconfig +++ b/Ubiquitous/XiZi_IIoT/board/xidatong-arm32/.defconfig @@ -234,7 +234,6 @@ CONFIG_ADD_XIZI_FEATURES=y # CONFIG_SUPPORT_CONNECTION_FRAMEWORK is not set # CONFIG_SUPPORT_KNOWING_FRAMEWORK is not set # CONFIG_SUPPORT_CONTROL_FRAMEWORK is not set -CONFIG_CONNECTION_FRAMEWORK_DEBUG=n # diff --git a/Ubiquitous/XiZi_IIoT/tool/mqtt/Kconfig b/Ubiquitous/XiZi_IIoT/tool/mqtt/Kconfig index 609b0dc78..09aa3e87e 100644 --- a/Ubiquitous/XiZi_IIoT/tool/mqtt/Kconfig +++ b/Ubiquitous/XiZi_IIoT/tool/mqtt/Kconfig @@ -18,7 +18,7 @@ menu "MQTT function" config CLIENT_DEVICESECRET string "Device secret, used for device authentication and data encryption." - default "43b3c332233e2204a0612bfbfe21bb67" + default "c9a4ce03e9382065fc089e9ff54b771d" config PLATFORM_SERVERIP string "mqtt platform server ip."