Files
ota_ws_update/example_ota_ws/main/CMakeLists.txt
2023-09-26 13:44:12 +07:00

12 lines
356 B
CMake

# Embed the server root certificate into the final binary
idf_component_register(
SRCS
example_ota_ws_update.c
REQUIRES
ota_ws_update
prv_Wifi_Connect
esp_http_server
mdns
esp_wifi
)