chore(mqtt): modify default mqtt

IBM MQTT will be removed at v3.4.
This commit is contained in:
Dong Heng
2019-12-11 14:08:15 +08:00
parent e45679882a
commit 16c2dedac9
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ menu "MQTT"
choice MQTT_LIBRARY_CHOOSE
prompt "Choose MQTT library"
default MQTT_USING_IBM
default MQTT_USING_ESP
help
Choose the MQTT library which you want to use.
@ -11,7 +11,7 @@ choice MQTT_LIBRARY_CHOOSE
config MQTT_USING_ESP
bool "ESP-MQTT(Recommended)"
config MQTT_USING_IBM
bool "IBM-MQTT(not recommended and will be removed at v4.0)"
bool "IBM-MQTT(not recommended and will be removed at v3.4)"
endchoice
menu "IBM-MQTT(paho)"

View File

@ -6,6 +6,7 @@ CONFIG_MQTT_PUBLISH_INTERVAL=0
#
# ECLIPSE-MQTT
#
CONFIG_MQTT_USING_IBM=y
CONFIG_MQTT_KEEP_ALIVE=30
CONFIG_CLEAN_SESSION=y
CONFIG_KEEP_SESSION=