Skip to content

Commit 0a3859c

Browse files
committed
remove components folder
1 parent a1951c8 commit 0a3859c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
66

77
# add the component directories that we want to use
88
set(EXTRA_COMPONENT_DIRS
9-
"components/"
9+
10+
# NOTE: if you add any custom components, you should add them to a
11+
# `components/` folder within this repository and update the line below
12+
# to point to it.
13+
#
14+
# "components/"
15+
1016
# NOTE: if we didn't use the idf-component-manager to get the espp
1117
# dependencies, we could instead have ESPP be a submodule within our
1218
# 'components' folder, which would mean we'd need to add it to the DIRS:

0 commit comments

Comments
 (0)