We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1951c8 commit 0a3859cCopy full SHA for 0a3859c
CMakeLists.txt
@@ -6,7 +6,13 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
6
7
# add the component directories that we want to use
8
set(EXTRA_COMPONENT_DIRS
9
- "components/"
+
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
16
# NOTE: if we didn't use the idf-component-manager to get the espp
17
# dependencies, we could instead have ESPP be a submodule within our
18
# 'components' folder, which would mean we'd need to add it to the DIRS:
0 commit comments