esp-idf-lib/components/esp_idf_lib_helpers/component.mk

Wed, 12 Apr 2023 16:37:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 12 Apr 2023 16:37:17 +0200
changeset 25
c5a9bde0268f
parent 1
1c9894662795
permissions
-rw-r--r--

A bit simpler mqtt event handling.

COMPONENT_ADD_INCLUDEDIRS = .

ifdef CONFIG_IDF_TARGET_ESP8266
COMPONENT_DEPENDS = esp8266 freertos
else
COMPONENT_DEPENDS = freertos
endif

mercurial