Skip to content

Commit a99e528

Browse files
committed
Merge branch 'chore/modify_default_mqtt' into 'master'
mqtt: modify default mqtt See merge request sdk/ESP8266_RTOS_SDK!1253
2 parents 7af3361 + 9b3456a commit a99e528

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/mqtt/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ menu "MQTT"
22

33
choice MQTT_LIBRARY_CHOOSE
44
prompt "Choose MQTT library"
5-
default MQTT_USING_IBM
5+
default MQTT_USING_ESP
66
help
77
Choose the MQTT library which you want to use.
88

@@ -11,7 +11,7 @@ choice MQTT_LIBRARY_CHOOSE
1111
config MQTT_USING_ESP
1212
bool "ESP-MQTT(Recommended)"
1313
config MQTT_USING_IBM
14-
bool "IBM-MQTT(not recommended and will be removed at v4.0)"
14+
bool "IBM-MQTT(not recommended and will be removed at v3.4)"
1515
endchoice
1616

1717
menu "IBM-MQTT(paho)"

examples/protocols/ibm-mqtt/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CONFIG_MQTT_PUBLISH_INTERVAL=0
66
#
77
# ECLIPSE-MQTT
88
#
9+
CONFIG_MQTT_USING_IBM=y
910
CONFIG_MQTT_KEEP_ALIVE=30
1011
CONFIG_CLEAN_SESSION=y
1112
CONFIG_KEEP_SESSION=

0 commit comments

Comments
 (0)