Files
xiuos/Ubiquitous/XiZi_IIoT/tool/mqtt/Kconfig
T
wgzAIIT 9995980a1a 1.fix AT cmd framework bug
2.add mqtt support in the tool directory
2023-06-15 16:52:52 +08:00

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