From 028839a1e96037731e871ca669d6b53a7261bdd5 Mon Sep 17 00:00:00 2001 From: Andreas Steinel Date: Thu, 4 Feb 2016 20:32:31 +0100 Subject: Update library.properties Hi David, Thank you for this very "fresh" library! IMHO it would be great, if the library does not have an underscore, none of my libraries have one. I also set the proper architecture to display the library only if ESP8266 is selected as architecture (as the arduino library does) and a more suited communication category. --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index 32475ba..d282868 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=ESP8266_FtpServer +name=ESP8266FtpServer version=1.0.1 author= maintainer=david@paivahome.com sentence=Very Simple FTP server for SPIFFS on esp8266 paragraph=Very Simple FTP server for SPIFFS on esp8266 -category=Display +category=Communication url= -architectures=* +architectures=esp8266 -- cgit v1.2.3