Moves the existing ESP-IDF captive_portal example into firmware/ to make room for the new FastAPI server and project docs, ahead of building out the full ESPresso Frame project (ESP32-C6 + Immich-backed e-ink photo frame).
4 lines
133 B
CMake
4 lines
133 B
CMake
idf_component_register(SRCS dns_server.c
|
|
INCLUDE_DIRS include
|
|
PRIV_REQUIRES esp_netif)
|