adding mdns so we dont rely on ip to connect

This commit is contained in:
2026-03-08 18:16:50 -04:00
parent c034999d20
commit 38201280ea
6 changed files with 61 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ idf_component_register(SRCS "main.cpp"
# Needed as we use minimal build
PRIV_REQUIRES esp_http_server esp_eth
esp_wifi nvs_flash esp_netif vfs
json app_update esp_timer esp_psram
json app_update esp_timer esp_psram mdns
INCLUDE_DIRS ".")
if(CONFIG_CALENDINK_DEPLOY_WEB_PAGES)