forked from xuos/xiuos
change CONNECTION_FRAMEWORK_DEBUG default n
This commit is contained in:
parent
8bd8187e82
commit
7740e3c5ef
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue