nuttx-apps/netutils/mqttc/Kconfig
Xiang Xiao 0f7ee888d4 neutils/mqttc: Update to version 1.1.5
and remove the temp change

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-03-31 17:49:46 +01:00

19 lines
320 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NETUTILS_MQTTC
tristate "Enable MQTT-C"
default n
---help---
Enable MQTT-C
if NETUTILS_MQTTC
config NETUTILS_MQTTC_VERSION
string "MQTT-C Version"
default "1.1.5"
endif