Skip to content

Commit

Permalink
Minor HTML Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
exploitagency committed Aug 1, 2017
1 parent dda0ed2 commit b744e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ESP_Code/ESP_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ESP8266WebServer httpServer(1337);
ESP8266HTTPUpdateServer httpUpdater;

HTTPClient http;
String version = "2.3.1";
String version = "2.3.2";
String latestversion = "";

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

Expand Down
Binary file modified source/ESP_Code/ESP_Code.ino.generic.bin
Binary file not shown.

0 comments on commit b744e22

Please sign in to comment.