mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-23 19:08:10 +08:00
feat(mqtt): remove ibm-mqtt component and example
This commit is contained in:
@@ -1,19 +1,3 @@
|
||||
|
||||
ifdef CONFIG_MQTT_USING_IBM
|
||||
COMPONENT_ADD_INCLUDEDIRS += ibm-mqtt/MQTTClient-C/src \
|
||||
ibm-mqtt/MQTTClient-C/src/FreeRTOS \
|
||||
ibm-mqtt/MQTTPacket/src
|
||||
|
||||
COMPONENT_SRCDIRS += ibm-mqtt/MQTTClient-C/src \
|
||||
ibm-mqtt/MQTTClient-C/src/FreeRTOS \
|
||||
ibm-mqtt/MQTTPacket/src
|
||||
|
||||
CFLAGS += -DMQTT_TASK
|
||||
else
|
||||
ifdef CONFIG_MQTT_USING_ESP
|
||||
COMPONENT_ADD_INCLUDEDIRS := esp-mqtt/include
|
||||
COMPONENT_SRCDIRS := esp-mqtt esp-mqtt/lib
|
||||
COMPONENT_PRIV_INCLUDEDIRS := esp-mqtt/lib/include
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user