From 1bd1de028600474627b55dedc4cdd2578d40c573 Mon Sep 17 00:00:00 2001 From: hchahine Date: Mon, 7 Aug 2017 22:46:47 +1000 Subject: [PATCH] Removed literal '\n' in ESP8266HTTPUpdateServer response (#3421) --- .../ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp b/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp index 1223596cf..7a87191d8 100644 --- a/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp +++ b/libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp @@ -12,7 +12,7 @@ static const char serverIndex[] PROGMEM = - \n)"; + )"; static const char successResponse[] PROGMEM = "Update Success! Rebooting...\n";