This commit is contained in:
iranl
2024-02-08 20:54:09 +01:00
parent 83eeaf7f6d
commit f9a64b6e52
2 changed files with 5 additions and 6 deletions

View File

@@ -613,10 +613,8 @@ void WebCfgServer::buildHtml(String& response)
}
printParameter(response, "Firmware", version.c_str(), "/info");
String _latestVersion = _network->latestHubVersion();
//if (_latestVersion.toFloat() > atof(NUKI_HUB_VERSION) || (_latestVersion.toFloat() == atof(NUKI_HUB_VERSION) && _latestVersion.c_str() != NUKI_HUB_VERSION)) {
printParameter(response, "Latest Firmware", _latestVersion, GITHUB_LATEST_RELEASE_URL);
printParameter(response, "Latest Firmware", _network->latestHubVersion(), GITHUB_LATEST_RELEASE_URL);
//}
response.concat("</table><br><br>");