mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +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).
|
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)"
|
||||||
|
Reference in New Issue
Block a user