Skip to content

Commit 1b53ed3

Browse files
donghengdongheng
dongheng
authored and
dongheng
committed
docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0
1 parent 34f7d83 commit 1b53ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/mqtt/Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ choice MQTT_LIBRARY_CHOOSE
99
Currently we support ESP-MQTT and IBM-MQTT(paho).
1010

1111
config MQTT_USING_ESP
12-
bool "ESP-MQTT"
12+
bool "ESP-MQTT(Recommended)"
1313
config MQTT_USING_IBM
14-
bool "IBM-MQTT(paho)"
14+
bool "IBM-MQTT(not recommended and will be removed at v4.0)"
1515
endchoice
1616

1717
menu "IBM-MQTT(paho)"

0 commit comments

Comments
 (0)