Adicionar primeiro
This commit is contained in:
8
components/esp_idf_lib_helpers/component.mk
Executable file
8
components/esp_idf_lib_helpers/component.mk
Executable file
@@ -0,0 +1,8 @@
|
||||
COMPONENT_ADD_INCLUDEDIRS = .
|
||||
|
||||
ifdef CONFIG_IDF_TARGET_ESP8266
|
||||
COMPONENT_DEPENDS = esp8266 freertos
|
||||
else
|
||||
COMPONENT_DEPENDS = freertos
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user