mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-29 13:17:58 +08:00
Merge branch 'chore/modify_default_mqtt' into 'release/v3.3'
mqtt: modify default mqtt See merge request sdk/ESP8266_RTOS_SDK!1219
This commit is contained in:
@ -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)"
|
||||
|
@ -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=
|
||||
|
Reference in New Issue
Block a user