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
Signed-off-by: Peter Siegmund <developer@mars3142.org>
17 lines
389 B
CMake
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
|
|
)
|