diff --git a/components/remote_control/CMakeLists.txt b/components/remote_control/CMakeLists.txt index 05de17e..6b84a7e 100644 --- a/components/remote_control/CMakeLists.txt +++ b/components/remote_control/CMakeLists.txt @@ -1,7 +1,6 @@ idf_component_register(SRCS "remote_control.c" INCLUDE_DIRS "include" - REQUIRES + PRIV_REQUIRES bt - esp_timer nvs_flash )