Merge pull request #828 from rommo911/master

added cmake for espidf compile using arduino as component
This commit is contained in:
Sara Damiano
2025-04-03 13:46:43 -04:00
committed by GitHub

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES arduino-esp32
)