6 lines
98 B
CMake
6 lines
98 B
CMake
|
|
idf_component_register(
|
||
|
|
SRCS "SPIFlash.cpp"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
REQUIRES arduino-esp32
|
||
|
|
)
|