Change to GitHub API URL

This commit is contained in:
iranl
2024-02-08 20:50:16 +01:00
parent 4fde6d3ebb
commit 83eeaf7f6d
4 changed files with 21 additions and 14 deletions

View File

@@ -616,7 +616,7 @@ void WebCfgServer::buildHtml(String& response)
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.c_str(), GITHUB_LATEST_RELEASE_URL);
printParameter(response, "Latest Firmware", _latestVersion, GITHUB_LATEST_RELEASE_URL);
//}
response.concat("</table><br><br>");