From b81ef01ef769beb912f78458e6ba04b0c446e76d Mon Sep 17 00:00:00 2001 From: "E. van Harten" Date: Sun, 15 Oct 2017 09:03:28 +0200 Subject: [PATCH] Fix for redirect of HTTP Update, so that it always returns to the root / instead of /update (#3420) --- .../ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp b/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp index 7a87191d8..25236294e 100644 --- a/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp +++ b/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp @@ -14,7 +14,7 @@ static const char serverIndex[] PROGMEM = )"; static const char successResponse[] PROGMEM = - "Update Success! Rebooting...\n"; + "Update Success! Rebooting...\n"; ESP8266HTTPUpdateServer::ESP8266HTTPUpdateServer(bool serial_debug) {