1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Removed literal '\n' in ESP8266HTTPUpdateServer response (#3421)

This commit is contained in:
hchahine 2017-08-07 22:46:47 +10:00 committed by Ivan Grokhotkov
parent 85be0f300a
commit 1bd1de0286

View File

@ -12,7 +12,7 @@ static const char serverIndex[] PROGMEM =
<input type='file' name='update'> <input type='file' name='update'>
<input type='submit' value='Update'> <input type='submit' value='Update'>
</form> </form>
</body></html>\n)"; </body></html>)";
static const char successResponse[] PROGMEM = static const char successResponse[] PROGMEM =
"<META http-equiv=\"refresh\" content=\"15;URL=\">Update Success! Rebooting...\n"; "<META http-equiv=\"refresh\" content=\"15;URL=\">Update Success! Rebooting...\n";