Change to GitHub API URL
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user