We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2e787a + 06a059b commit 06395a7Copy full SHA for 06395a7
CMakeLists.txt
@@ -6,12 +6,4 @@ set(COMPONENT_ADD_INCLUDEDIRS
6
"src"
7
)
8
9
-set(COMPONENT_REQUIRES
10
- "arduino-esp32"
11
- "AsyncTCP"
12
-)
13
-
14
register_component()
15
16
-target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
17
-target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)
idf_component.yml
@@ -7,6 +7,8 @@ files:
exclude:
- "idf_component_examples/"
- "idf_component_examples/**/*"
+ - "docs/"
+ - "docs/*"
- "examples/"
- "examples/**/*"
- ".gitignore"
0 commit comments