add cmakelists for idf.py

This commit is contained in:
franchioping 2026-03-26 23:24:28 +00:00
parent 4c49258506
commit 60ede5c939
1 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

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