Files
system-control/firmware/components/connectivity-manager/CMakeLists.txt
Peter Siegmund dc40acfd06
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 4m46s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 4m56s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 4m45s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 4m44s
change schema via REST
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-01-18 16:41:41 +01:00

17 lines
389 B
CMake

idf_component_register(SRCS
src/ble/ble_connection.c
src/ble/ble_scanner.c
src/ble_manager.c
src/dns_hijack.c
src/wifi_manager.c
INCLUDE_DIRS "include"
REQUIRES
bt
driver
nvs_flash
esp_insights
analytics
led-manager
api-server
)