Add binaries to binary branch instead of master (#441)

This commit is contained in:
iranl
2024-08-01 13:44:23 +02:00
committed by GitHub
parent cccca46601
commit f57a9625b7
12 changed files with 213 additions and 66 deletions

View File

@@ -426,7 +426,9 @@ void WebCfgServer::buildOtaHtml(String &response, bool errored)
response.concat(NUKI_HUB_VERSION);
response.concat(" (");
response.concat(NUKI_HUB_BUILD);
response.concat(")<br>");
response.concat("), ");
response.concat(NUKI_HUB_DATE);
response.concat("<br>");
#ifndef NUKI_HUB_UPDATER
HTTPClient https;