From 453e61d5dc538e19e545075818e94a9508501c44 Mon Sep 17 00:00:00 2001 From: Daniel Plasa Date: Sun, 24 May 2020 18:58:42 +0200 Subject: rewrite/reworks to also use LittleFS since SPIFFS has become deprecated Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data. --- library.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'library.json') 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": "*" } -- cgit v1.2.3