Skip to content

Commit f1b9e15

Browse files
committed
Merge branch 'feature/add_warn_to_not_use_ibm_mqtt' into 'master'
mqtt: add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0 See merge request sdk/ESP8266_RTOS_SDK!1014
2 parents 34f7d83 + 1b53ed3 commit f1b9e15

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)