diff --git a/CMakeLists.txt b/CMakeLists.txt index 325e2cfd..150670cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,5 +2,5 @@ file(GLOB SOURCES src/*.cpp) idf_component_register( SRCS ${SOURCES} INCLUDE_DIRS src - REQUIRES arduino + REQUIRES arduino-esp32 )