diff --git a/CMakeLists.txt b/CMakeLists.txt index 83f0c13..093736f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ idf_component_register( SRC_DIRS "src" INCLUDE_DIRS "src" - REQUIRES arduino + REQUIRES arduino-esp32 PRIV_REQUIRES driver soc )