testing BLE

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-18 17:01:40 +02:00
parent 7df13b475a
commit 7faf53d9ba
3 changed files with 144 additions and 10 deletions

View File

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