From 033ce24fb7f55f1e20ce65af05534ef7392cc061 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 3 May 2026 15:21:26 +0200 Subject: [PATCH] udpate --- src/web/WebStatusService.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/web/WebStatusService.cpp b/src/web/WebStatusService.cpp index 48d2bd27a..3a4c508dc 100644 --- a/src/web/WebStatusService.cpp +++ b/src/web/WebStatusService.cpp @@ -370,9 +370,7 @@ void WebStatusService::getVersions(JsonObject root) { } // schedule the next versions.json fetch a few seconds out so the network stack has time to settle -// (DHCP completion, default-netif assignment and DNS server propagation through lwip) before -// HTTPClient::begin() does the hostByName() lookup. Without this delay the very first fetch races -// with the link-up event and arduino-esp32 logs a noisy "DNS Failed ... error '-54'". +// (DHCP completion, default-netif assignment and DNS server propagation through lwip) void WebStatusService::schedule_versions_refresh() { #ifndef EMSESP_STANDALONE uint32_t next = uuid::get_uptime() + VERSIONS_INITIAL_FETCH_DELAY_MS;