9995980a1a
2.add mqtt support in the tool directory
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
menu "MQTT function"
|
|
|
|
menuconfig TOOL_USING_MQTT
|
|
bool "Enable support MQTT function"
|
|
default n
|
|
select SUPPORT_CONNECTION_FRAMEWORK
|
|
select CONNECTION_ADAPTER_4G
|
|
|
|
if TOOL_USING_MQTT
|
|
endif
|
|
|
|
endmenu
|