change CONNECTION_FRAMEWORK_DEBUG default n

This commit is contained in:
wgzAIIT 2023-07-21 08:27:54 +08:00
parent 8bd8187e82
commit 7740e3c5ef
3 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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
#

View File

@ -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."