add cmakelists

This commit is contained in:
franchioping 2026-03-18 21:38:10 +00:00
parent 0a9127a1e8
commit 2fd3d60b82
1 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
idf_component_register(
SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES arduino-esp32
)