mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Removed literal '\n' in ESP8266HTTPUpdateServer response (#3421)
This commit is contained in:
parent
85be0f300a
commit
1bd1de0286
@ -12,7 +12,7 @@ static const char serverIndex[] PROGMEM =
|
||||
<input type='file' name='update'>
|
||||
<input type='submit' value='Update'>
|
||||
</form>
|
||||
</body></html>\n)";
|
||||
</body></html>)";
|
||||
static const char successResponse[] PROGMEM =
|
||||
"<META http-equiv=\"refresh\" content=\"15;URL=\">Update Success! Rebooting...\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user