diff --git a/src/main.cpp b/src/main.cpp index c15d0c0..45d96c3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -188,7 +188,7 @@ const char index_html[] PROGMEM = R"rawliteral(
Network Access: Access Point @@ -604,7 +604,7 @@ void setup() { Serial.println(yourInputPassword); } // Shouldn't need to do this if using this form. - //request->redirect("/"); + request->redirect("/"); resetFunc(); // reset the Arduino via software function });