diff options
author | David Paiva <david@nailbuster.com> | 2016-02-04 20:56:31 +0100 |
---|---|---|
committer | David Paiva <david@nailbuster.com> | 2016-02-04 20:56:31 +0100 |
commit | 5a057248f76bdee4e0c8fdfa636e22e2052d27c7 (patch) | |
tree | 69785bd72eed59bde51e05a83275188e650a766e | |
parent | Update README.md (diff) | |
parent | Update library.properties (diff) | |
download | FTPCLientServer-1.0.tar FTPCLientServer-1.0.tar.gz FTPCLientServer-1.0.tar.bz2 FTPCLientServer-1.0.tar.lz FTPCLientServer-1.0.tar.xz FTPCLientServer-1.0.tar.zst FTPCLientServer-1.0.zip |
-rw-r--r-- | library.properties | 6 |
1 files 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 |