docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0

This commit is contained in:
dongheng
2019-07-23 15:05:24 +08:00
parent 34f7d83674
commit 1b53ed325c

View File

@ -9,9 +9,9 @@ choice MQTT_LIBRARY_CHOOSE
Currently we support ESP-MQTT and IBM-MQTT(paho). Currently we support ESP-MQTT and IBM-MQTT(paho).
config MQTT_USING_ESP config MQTT_USING_ESP
bool "ESP-MQTT" bool "ESP-MQTT(Recommended)"
config MQTT_USING_IBM config MQTT_USING_IBM
bool "IBM-MQTT(paho)" bool "IBM-MQTT(not recommended and will be removed at v4.0)"
endchoice endchoice
menu "IBM-MQTT(paho)" menu "IBM-MQTT(paho)"