Skip to content

Commit 95d6687

Browse files
authored
Merge pull request #48 from NewNoob2002/main
Added adaptation for using Arduinocore on espidf
2 parents 0815e4f + 2b26562 commit 95d6687

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
set(COMPONENT_SRCDIRS
2+
"src"
3+
)
4+
5+
set(COMPONENT_ADD_INCLUDEDIRS
6+
"src"
7+
)
8+
9+
set(COMPONENT_REQUIRES
10+
"arduino-esp32"
11+
)
12+
13+
register_component()

0 commit comments

Comments
 (0)