From dd73a1885e7692716705da175768d43af557d4e4 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Tue, 29 Oct 2019 13:45:41 +0100 Subject: [PATCH] Remove non-ASCII or non-UTF8 character (#6687) Newer version of Platformio generates a warning --- libraries/ESP8266HTTPUpdateServer/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266HTTPUpdateServer/library.properties b/libraries/ESP8266HTTPUpdateServer/library.properties index b52b2e26f..0505141f9 100644 --- a/libraries/ESP8266HTTPUpdateServer/library.properties +++ b/libraries/ESP8266HTTPUpdateServer/library.properties @@ -1,6 +1,6 @@ name=ESP8266HTTPUpdateServer version=1.0 -author=Ivan Grokhotkov, Miguel Ángel Ajo +author=Ivan Grokhotkov, Miguel Angel Ajo maintainer=Ivan Grokhtkov sentence=Simple HTTP Update server based on the ESP8266WebServer paragraph=The library accepts HTTP post requests to the /update url, and updates the ESP8266 firmware.