Skip to content

Commit 1bd1de0

Browse files
hchahineigrr
authored andcommitted
Removed literal '\n' in ESP8266HTTPUpdateServer response (#3421)
1 parent 85be0f3 commit 1bd1de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp

+1-1
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)