diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-24 18:58:42 +0200 |
---|---|---|
committer | Daniel Plasa <dplasa@gmail.com> | 2020-05-24 18:58:42 +0200 |
commit | 453e61d5dc538e19e545075818e94a9508501c44 (patch) | |
tree | 4e1d4aae43bf8bdde9bbf5bfba27922eb9d0fbb7 /library.json | |
parent | Merge pull request #20 from sandtec65/master (diff) | |
download | FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.gz FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.bz2 FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.lz FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.xz FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.zst FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.zip |
Diffstat (limited to '')
-rw-r--r-- | library.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/library.json b/library.json index ff9891f..5f4944f 100644 --- a/library.json +++ b/library.json @@ -1,19 +1,17 @@ { - "name": "esp8266FTPServer", - "description": "Simple FTP Server for using esp8266 SPIFFs", - "keywords": "esp8266, ftp, spiffs", + "name": "espFTPServer", + "description": "Simple FTP Server for using SPIFFS or LittleFS", + "keywords": "esp8266, ftp, spiffs, littlefs", "authors": { - "name": "David Paiva", - "email": "david@paivahome.com", - "url": "http://nailbuster.com/" + "name": "Daniel Plasa", + "email": "dplasa@gmail.com" }, "repository": { "type": "git", - "url": "https://github.com/nailbuster/esp8266FTPServer" + "url": "https://github.com/dplasa/espFTPServer" }, - "url": "http://nailbuster.com/", "frameworks": "Arduino", "platforms": "*" } |