make dependencies private

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-19 08:30:26 +02:00
parent 7faf53d9ba
commit c545dbc368

View File

@@ -1,7 +1,6 @@
idf_component_register(SRCS "remote_control.c"
INCLUDE_DIRS "include"
REQUIRES
PRIV_REQUIRES
bt
esp_timer
nvs_flash
)