diff --git a/src/WebCfgServer.cpp b/src/WebCfgServer.cpp index 5d88f98..1f4b0de 100644 --- a/src/WebCfgServer.cpp +++ b/src/WebCfgServer.cpp @@ -47,7 +47,6 @@ WebCfgServer::WebCfgServer(NukiNetwork* network, Preferences* preferences, bool memset(&_credUser, 0, sizeof(_credUser)); memset(&_credPassword, 0, sizeof(_credPassword)); - _hasCredentials = true; const char *user = str.c_str(); memcpy(&_credUser, user, str.length()); @@ -960,22 +959,6 @@ esp_err_t WebCfgServer::buildOtaHtml(PsychicRequest *request, bool debug) return response.endSend(); } -esp_err_t WebCfgServer::buildOtaCompletedHtml(PsychicRequest *request) -{ - PsychicStreamResponse response(request, "text/plain"); - response.beginSend(); - buildHtmlHeader(&response); - - response.print("