Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 6m44s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 4m12s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 3m54s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 3m56s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
16 lines
367 B
CMake
16 lines
367 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
|
|
led-manager
|
|
api-server
|
|
)
|