add back version check

This commit is contained in:
proddy
2026-05-02 11:03:33 +02:00
parent 242708358e
commit 23519a8a90

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
}