Skip to content

Commit b744e22

Browse files
committed
Minor HTML Fix
1 parent dda0ed2 commit b744e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/ESP_Code/ESP_Code.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ESP8266WebServer httpServer(1337);
6161
ESP8266HTTPUpdateServer httpUpdater;
6262

6363
HTTPClient http;
64-
String version = "2.3.1";
64+
String version = "2.3.2";
6565
String latestversion = "";
6666

6767
const char* update_path = "/update";
@@ -509,7 +509,7 @@ void setup(void)
509509
server.on("/autoupdatefirmware", [](){
510510
if(!server.authenticate(update_username, update_password))
511511
return server.requestAuthentication();
512-
server.send(200, "text/html", String()+"<html><body>Upgrading firmware...");
512+
server.send(200, "text/html", String()+"<html><body>Upgrading firmware...</body></html>");
513513
ESPhttpUpdate.update("http://legacysecuritygroup.com/esploit.php?tag=" + version);
514514
});
515515

16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)