diff --git a/source/ESP_Code/ESP_Code.ino b/source/ESP_Code/ESP_Code.ino index 69585f9..027b476 100644 --- a/source/ESP_Code/ESP_Code.ino +++ b/source/ESP_Code/ESP_Code.ino @@ -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"; @@ -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()+"Upgrading firmware..."); + server.send(200, "text/html", String()+"Upgrading firmware..."); ESPhttpUpdate.update("http://legacysecuritygroup.com/esploit.php?tag=" + version); }); diff --git a/source/ESP_Code/ESP_Code.ino.generic.bin b/source/ESP_Code/ESP_Code.ino.generic.bin index 9e915c3..9f0213b 100644 Binary files a/source/ESP_Code/ESP_Code.ino.generic.bin and b/source/ESP_Code/ESP_Code.ino.generic.bin differ