Files
miniature-town/main/CMakeLists.txt
Peter Siegmund 4e3666bcd6 Refactor BLE initialization and integrate NVS handling
Refactored BLE service initialization to improve functionality and organization, including added GATT service definitions and event handling. Integrated NVS initialization into the main app to ensure proper storage BLE configurations. Cleaned up deprecated code and optimized dependencies in CMakeLists.

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-05-20 22:35:07 +02:00

8 lines
218 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
led_matrix
remote_control
nvs_flash
)