From d26ed117ed921d182c4342a34736c9519dc9c633 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Tue, 29 Oct 2019 11:31:15 +0100 Subject: [PATCH] Remove non-ASCII or non-UTF8 character 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 b52b2e26f2..0505141f9e 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.