8000
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 824a833 commit d2fde8dCopy full SHA for d2fde8d
libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer-impl.h
@@ -16,7 +16,7 @@ static const char serverIndex[] PROGMEM =
16
</form>
17
</body></html>)";
18
static const char successResponse[] PROGMEM =
19
- "<META http-equiv=\"refresh\" content=\"15;URL=/\">Update Success! Rebooting...\n";
+ "<META http-equiv=\"refresh\" content=\"15;URL=/\">Update Success! Rebooting...";
20
21
template <typename ServerType>
22
ESP8266HTTPUpdateServerTemplate<ServerType>::ESP8266HTTPUpdateServerTemplate(bool serial_debug)
0 commit comments