show website via mdns

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-01-05 23:47:00 +01:00
parent 29785a96bc
commit ebf0dc6556
15 changed files with 1549 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
idf_component_register(SRCS
src/api_server.c
src/api_handlers.c
src/websocket_handler.c
INCLUDE_DIRS "include"
REQUIRES
esp_http_server
mdns
esp_wifi
esp_netif
esp_event
json
simulator
)