1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-09-19 17:51:49 +00:00

Merge pull request #314 from telesyst/Original

Update ESPUI.cpp
This commit is contained in:
Lukas Bachschwell 2024-09-02 21:13:09 +02:00 committed by GitHub
commit 66340823db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1264,7 +1264,6 @@ void ESPUIClass::begin(const char* _title, const char* username, const char* pas
responseText += ("</body></html><head><meta http-equiv=\"Refresh\" content=\"0; URL='http://" + WiFi.softAPIP().toString() + "'\" /></head>");
response->write(responseText.c_str(), responseText.length());
request->send(response);
request->redirect("/");
}
else
{