Skip to content

Commit 1b79627

Browse files
authored
Update ESP32_ReadWriteFlash_ResetWiFi.ino
1 parent f2c2779 commit 1b79627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP32_ReadWriteFlash_ResetWiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void ExecuteCommand()
5454
if (WiFi.SSID(thisNet)!="")
5555
Feedback+="<option value=\""+WiFi.SSID(thisNet)+"\">"+WiFi.SSID(thisNet)+"</option>";
5656
}
57-
Feedback+="</select></td></tr><tr><td>(Enter in manually)</td><td><input type=\"text\" id=\"ssid\"></td></tr><tr><td>PASSWORD</td><td><input type=\"text\" id=\"password\"></td></tr><tr><td colspan=\"2\"><input type=\"button\" value=\"Set\" onclick=\"location.href=\'?resetwifi=\'+ssid.value+\';\'+password.value;\"></td></tr></table></form>";
57+
Feedback+="</select></td></tr><tr><td></td><td><input type=\"text\" id=\"ssid\"><br>(Enter in manually)</td></tr><tr><td>PASSWORD</td><td><input type=\"text\" id=\"password\"></td></tr><tr><td colspan=\"2\"><input type=\"button\" value=\"Set\" onclick=\"location.href=\'?resetwifi=\'+ssid.value+\';\'+password.value;\"></td></tr></table></form>";
5858
}
5959
else if (cmd=="resetwifi") {
6060
char buff_ssid[len], buff_password[len];

0 commit comments

Comments
 (0)