Merge pull request #3054 from proddy/core3

add back version check
This commit is contained in:
Proddy
2026-05-02 11:04:15 +02:00
committed by GitHub

View File

@@ -621,6 +621,9 @@ bool Network::findNetworks() {
startmDNS();
}
// fetch the versions.json file from emsesp.org
EMSESP::webStatusService.schedule_versions_refresh();
return true; // we have a network connection
}