From 1b53ed325cabb152bc03b61eab0f4dab39d250fe Mon Sep 17 00:00:00 2001 From: dongheng Date: Tue, 23 Jul 2019 15:05:24 +0800 Subject: [PATCH] docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0 --- components/mqtt/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/mqtt/Kconfig b/components/mqtt/Kconfig index b06ad54f..ce14751d 100644 --- a/components/mqtt/Kconfig +++ b/components/mqtt/Kconfig @@ -9,9 +9,9 @@ choice MQTT_LIBRARY_CHOOSE Currently we support ESP-MQTT and IBM-MQTT(paho). config MQTT_USING_ESP - bool "ESP-MQTT" + bool "ESP-MQTT(Recommended)" config MQTT_USING_IBM - bool "IBM-MQTT(paho)" + bool "IBM-MQTT(not recommended and will be removed at v4.0)" endchoice menu "IBM-MQTT(paho)"