added idf.py support

This commit is contained in:
franchioping 2026-03-18 15:43:53 +00:00
parent f7bff30a01
commit f31aa3261e
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 "src"
INCLUDE_DIRS "." "src"
REQUIRES arduino-esp32
)