From 49bde8258108057cff01dcef0c36d640373e2e79 Mon Sep 17 00:00:00 2001 From: Daniel Plasa Date: Tue, 26 May 2020 18:30:45 +0200 Subject: use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETR use 2048 bytes for STOR --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library.properties') diff --git a/library.properties b/library.properties index 335af06..8817300 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=espFtpServer -version=0.9.2 +version=0.9.3 author=Daniel Plasa maintainer=dplasa@gmail.com sentence=Simple FTP server for SPIFFS and LittleFS on esp8266/esp32 -- cgit v1.2.3