Skip to content

Commit 8d1956c

Browse files
authored
Merge pull request #1 from hchahine/typoFix/ESP8266HTTPUpdateServer
Removed random '\n' character in HTML
2 parents b695898 + ca6fb40 commit 8d1956c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static const char serverIndex[] PROGMEM =
1212
<input type='file' name='update'>
1313
<input type='submit' value='Update'>
1414
</form>
15-
</body></html>\n)";
15+
</body></html>)";
1616
static const char successResponse[] PROGMEM =
1717
"<META http-equiv=\"refresh\" content=\"15;URL=\">Update Success! Rebooting...\n";
1818

0 commit comments

Comments
 (0)