mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
chore(mqtt): modify default mqtt
IBM MQTT will be removed at v3.4.
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)"
|
||||
|
Reference in New Issue
Block a user