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:
Dong Heng
2019-12-13 10:37:41 +08:00
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)"