We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aeacf commit b81ef01Copy full SHA for b81ef01
libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp
@@ -14,7 +14,7 @@ static const char serverIndex[] PROGMEM =
14
</form>
15
</body></html>)";
16
static const char successResponse[] PROGMEM =
17
- "<META http-equiv=\"refresh\" content=\"15;URL=\">Update Success! Rebooting...\n";
+ "<META http-equiv=\"refresh\" content=\"15;URL=/\">Update Success! Rebooting...\n";
18
19
ESP8266HTTPUpdateServer::ESP8266HTTPUpdateServer(bool serial_debug)
20
{
0 commit comments