1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-14 18:00:40 +00:00

Merge pull request #314 from telesyst/Original

Update ESPUI.cpp
This commit is contained in:
2024-09-02 21:13:09 +02:00
committed by GitHub

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
{