This commit is contained in:
github-actions[bot]
2021-02-08 15:16:30 +00:00
committed by GitHub

8
component.mk Normal file
View File

@@ -0,0 +1,8 @@
# ESP-IDF component file for make based commands
ifdef $(IDF_VER)
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := .
endif