add cmakelists
This commit is contained in:
parent
0a9127a1e8
commit
2fd3d60b82
|
|
@ -0,0 +1,5 @@
|
|||
idf_component_register(
|
||||
SRC_DIRS "."
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES arduino-esp32
|
||||
)
|
||||
Loading…
Reference in New Issue