File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
examples/protocols/ibm-mqtt Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ menu "MQTT"
2
2
3
3
choice MQTT_LIBRARY_CHOOSE
4
4
prompt "Choose MQTT library"
5
- default MQTT_USING_IBM
5
+ default MQTT_USING_ESP
6
6
help
7
7
Choose the MQTT library which you want to use.
8
8
@@ -11,7 +11,7 @@ choice MQTT_LIBRARY_CHOOSE
11
11
config MQTT_USING_ESP
12
12
bool "ESP-MQTT(Recommended)"
13
13
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 )"
15
15
endchoice
16
16
17
17
menu "IBM-MQTT(paho)"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CONFIG_MQTT_PUBLISH_INTERVAL=0
6
6
#
7
7
# ECLIPSE-MQTT
8
8
#
9
+ CONFIG_MQTT_USING_IBM=y
9
10
CONFIG_MQTT_KEEP_ALIVE=30
10
11
CONFIG_CLEAN_SESSION=y
11
12
CONFIG_KEEP_SESSION=
You can’t perform that action at this time.
0 commit comments