mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-20 16:46:17 +08:00
docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0
This commit is contained in:
@ -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)"
|
||||
|
Reference in New Issue
Block a user